Class: Aws::Types::UpdateWorkspaceImagePermissionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateWorkspaceImagePermissionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_copy_image ⇒ Boolean
Returns the value of attribute allow_copy_image.
-
#image_id ⇒ ::String
Returns the value of attribute image_id.
-
#shared_account_id ⇒ ::String
Returns the value of attribute shared_account_id.
Instance Attribute Details
#allow_copy_image ⇒ Boolean
Returns the value of attribute allow_copy_image.
1581 1582 1583 |
# File 'sig/types.rbs', line 1581 def allow_copy_image @allow_copy_image end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
1580 1581 1582 |
# File 'sig/types.rbs', line 1580 def image_id @image_id end |
#shared_account_id ⇒ ::String
Returns the value of attribute shared_account_id.
1582 1583 1584 |
# File 'sig/types.rbs', line 1582 def shared_account_id @shared_account_id end |