Class: Aws::Types::DescribeObjectsInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeObjectsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#evaluate_expressions ⇒ Boolean
Returns the value of attribute evaluate_expressions.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#object_ids ⇒ ::Array[::String]
Returns the value of attribute object_ids.
-
#pipeline_id ⇒ ::String
Returns the value of attribute pipeline_id.
Instance Attribute Details
#evaluate_expressions ⇒ Boolean
Returns the value of attribute evaluate_expressions.
60 61 62 |
# File 'sig/types.rbs', line 60 def evaluate_expressions @evaluate_expressions end |
#marker ⇒ ::String
Returns the value of attribute marker.
61 62 63 |
# File 'sig/types.rbs', line 61 def marker @marker end |
#object_ids ⇒ ::Array[::String]
Returns the value of attribute object_ids.
59 60 61 |
# File 'sig/types.rbs', line 59 def object_ids @object_ids end |
#pipeline_id ⇒ ::String
Returns the value of attribute pipeline_id.
58 59 60 |
# File 'sig/types.rbs', line 58 def pipeline_id @pipeline_id end |