Class: Aws::Types::ListPipelinesOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListPipelinesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#has_more_results ⇒ Boolean
Returns the value of attribute has_more_results.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#pipeline_id_list ⇒ ::Array[Types::PipelineIdName]
Returns the value of attribute pipeline_id_list.
Instance Attribute Details
#has_more_results ⇒ Boolean
Returns the value of attribute has_more_results.
138 139 140 |
# File 'sig/types.rbs', line 138 def has_more_results @has_more_results end |
#marker ⇒ ::String
Returns the value of attribute marker.
137 138 139 |
# File 'sig/types.rbs', line 137 def marker @marker end |
#pipeline_id_list ⇒ ::Array[Types::PipelineIdName]
Returns the value of attribute pipeline_id_list.
136 137 138 |
# File 'sig/types.rbs', line 136 def pipeline_id_list @pipeline_id_list end |