Class: Aws::Types::DescribeObjectsOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeObjectsOutput
- 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_objects ⇒ ::Array[Types::PipelineObject]
Returns the value of attribute pipeline_objects.
Instance Attribute Details
#has_more_results ⇒ Boolean
Returns the value of attribute has_more_results.
68 69 70 |
# File 'sig/types.rbs', line 68 def has_more_results @has_more_results end |
#marker ⇒ ::String
Returns the value of attribute marker.
67 68 69 |
# File 'sig/types.rbs', line 67 def marker @marker end |
#pipeline_objects ⇒ ::Array[Types::PipelineObject]
Returns the value of attribute pipeline_objects.
66 67 68 |
# File 'sig/types.rbs', line 66 def pipeline_objects @pipeline_objects end |