Class: Aws::Types::AssetPermission
- Inherits:
-
Object
- Object
- Aws::Types::AssetPermission
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
-
#permissions ⇒ Types::Permissions
Returns the value of attribute permissions.
Instance Attribute Details
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
314 315 316 |
# File 'sig/types.rbs', line 314 def asset_id @asset_id end |
#permissions ⇒ Types::Permissions
Returns the value of attribute permissions.
315 316 317 |
# File 'sig/types.rbs', line 315 def @permissions end |