Class: Aws::Types::DescribeWorkspaceImagePermissionsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeWorkspaceImagePermissionsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_id ⇒ ::String
Returns the value of attribute image_id.
-
#image_permissions ⇒ ::Array[Types::ImagePermission]
Returns the value of attribute image_permissions.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#image_id ⇒ ::String
Returns the value of attribute image_id.
748 749 750 |
# File 'sig/types.rbs', line 748 def image_id @image_id end |
#image_permissions ⇒ ::Array[Types::ImagePermission]
Returns the value of attribute image_permissions.
749 750 751 |
# File 'sig/types.rbs', line 749 def @image_permissions end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
750 751 752 |
# File 'sig/types.rbs', line 750 def next_token @next_token end |