Class: Aws::Types::ListImagePipelinesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListImagePipelinesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_pipeline_list ⇒ ::Array[Types::ImagePipeline]
Returns the value of attribute image_pipeline_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_pipeline_list ⇒ ::Array[Types::ImagePipeline]
Returns the value of attribute image_pipeline_list.
1550 1551 1552 |
# File 'sig/types.rbs', line 1550 def image_pipeline_list @image_pipeline_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1551 1552 1553 |
# File 'sig/types.rbs', line 1551 def next_token @next_token end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
1549 1550 1551 |
# File 'sig/types.rbs', line 1549 def request_id @request_id end |