Class: Aws::Types::DescribeImagePermissionsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeImagePermissionsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#shared_image_permissions_list ⇒ ::Array[Types::SharedImagePermissions]
Returns the value of attribute shared_image_permissions_list.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
811 812 813 |
# File 'sig/types.rbs', line 811 def name @name end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
813 814 815 |
# File 'sig/types.rbs', line 813 def next_token @next_token end |
#shared_image_permissions_list ⇒ ::Array[Types::SharedImagePermissions]
Returns the value of attribute shared_image_permissions_list.
812 813 814 |
# File 'sig/types.rbs', line 812 def @shared_image_permissions_list end |