Class: Aws::DataZone::Types::AssetPermission

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb

Overview

The asset permissions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_idString

The asset ID as part of the asset permissions.

Returns:

  • (String)


1123
1124
1125
1126
1127
1128
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1123

class AssetPermission < Struct.new(
  :asset_id,
  :permissions)
  SENSITIVE = []
  include Aws::Structure
end

#permissionsTypes::Permissions

The details as part of the asset permissions.

Returns:



1123
1124
1125
1126
1127
1128
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1123

class AssetPermission < Struct.new(
  :asset_id,
  :permissions)
  SENSITIVE = []
  include Aws::Structure
end