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)


1107
1108
1109
1110
1111
1112
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1107

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

#permissionsTypes::Permissions

The details as part of the asset permissions.

Returns:



1107
1108
1109
1110
1111
1112
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1107

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