Class: Aws::Types::UpdateImagePermissionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateImagePermissionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_permissions ⇒ Types::ImagePermissions
Returns the value of attribute image_permissions.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#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.
1631 1632 1633 |
# File 'sig/types.rbs', line 1631 def end |
#name ⇒ ::String
Returns the value of attribute name.
1629 1630 1631 |
# File 'sig/types.rbs', line 1629 def name @name end |
#shared_account_id ⇒ ::String
Returns the value of attribute shared_account_id.
1630 1631 1632 |
# File 'sig/types.rbs', line 1630 def shared_account_id @shared_account_id end |