Class: Aws::Types::SharedImagePermissions
- Inherits:
-
Object
- Object
- Aws::Types::SharedImagePermissions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_permissions ⇒ Types::ImagePermissions
Returns the value of attribute image_permissions.
-
#shared_account_id ⇒ ::String
Returns the value of attribute shared_account_id.
Instance Attribute Details
#image_permissions ⇒ Types::ImagePermissions
Returns the value of attribute image_permissions.
1378 1379 1380 |
# File 'sig/types.rbs', line 1378 def end |
#shared_account_id ⇒ ::String
Returns the value of attribute shared_account_id.
1377 1378 1379 |
# File 'sig/types.rbs', line 1377 def shared_account_id @shared_account_id end |