Class: Aws::Types::SetStatusInput
- Inherits:
-
Object
- Object
- Aws::Types::SetStatusInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#object_ids ⇒ ::Array[::String]
Returns the value of attribute object_ids.
-
#pipeline_id ⇒ ::String
Returns the value of attribute pipeline_id.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#object_ids ⇒ ::Array[::String]
Returns the value of attribute object_ids.
286 287 288 |
# File 'sig/types.rbs', line 286 def object_ids @object_ids end |
#pipeline_id ⇒ ::String
Returns the value of attribute pipeline_id.
285 286 287 |
# File 'sig/types.rbs', line 285 def pipeline_id @pipeline_id end |
#status ⇒ ::String
Returns the value of attribute status.
287 288 289 |
# File 'sig/types.rbs', line 287 def status @status end |