Class: Aws::DataZone::Types::AssetPermission
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::AssetPermission
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The asset permissions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset_id ⇒ String
The asset ID as part of the asset permissions.
-
#permissions ⇒ Types::Permissions
The details as part of the asset permissions.
Instance Attribute Details
#asset_id ⇒ String
The asset ID as part of the asset permissions.
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 |
#permissions ⇒ Types::Permissions
The details as part of the asset permissions.
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 |