Class: Aws::Types::DescribeWorkspaceImagesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeWorkspaceImagesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_ids ⇒ ::Array[::String]
Returns the value of attribute image_ids.
-
#image_type ⇒ "OWNED", "SHARED"
Returns the value of attribute image_type.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#image_ids ⇒ ::Array[::String]
Returns the value of attribute image_ids.
755 756 757 |
# File 'sig/types.rbs', line 755 def image_ids @image_ids end |
#image_type ⇒ "OWNED", "SHARED"
Returns the value of attribute image_type.
756 757 758 |
# File 'sig/types.rbs', line 756 def image_type @image_type end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
758 759 760 |
# File 'sig/types.rbs', line 758 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
757 758 759 |
# File 'sig/types.rbs', line 757 def next_token @next_token end |