Class: Aws::Types::ListImagePipelineImagesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListImagePipelineImagesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_summary_list ⇒ ::Array[Types::ImageSummary]
Returns the value of attribute image_summary_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
Instance Attribute Details
#image_summary_list ⇒ ::Array[Types::ImageSummary]
Returns the value of attribute image_summary_list.
1536 1537 1538 |
# File 'sig/types.rbs', line 1536 def image_summary_list @image_summary_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1537 1538 1539 |
# File 'sig/types.rbs', line 1537 def next_token @next_token end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
1535 1536 1537 |
# File 'sig/types.rbs', line 1535 def request_id @request_id end |