Class: Aws::Types::GetPipelineStateOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetPipelineStateOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created ⇒ ::Time
Returns the value of attribute created.
-
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
-
#pipeline_version ⇒ ::Integer
Returns the value of attribute pipeline_version.
-
#stage_states ⇒ ::Array[Types::StageState]
Returns the value of attribute stage_states.
-
#updated ⇒ ::Time
Returns the value of attribute updated.
Instance Attribute Details
#created ⇒ ::Time
Returns the value of attribute created.
574 575 576 |
# File 'sig/types.rbs', line 574 def created @created end |
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
571 572 573 |
# File 'sig/types.rbs', line 571 def pipeline_name @pipeline_name end |
#pipeline_version ⇒ ::Integer
Returns the value of attribute pipeline_version.
572 573 574 |
# File 'sig/types.rbs', line 572 def pipeline_version @pipeline_version end |
#stage_states ⇒ ::Array[Types::StageState]
Returns the value of attribute stage_states.
573 574 575 |
# File 'sig/types.rbs', line 573 def stage_states @stage_states end |
#updated ⇒ ::Time
Returns the value of attribute updated.
575 576 577 |
# File 'sig/types.rbs', line 575 def updated @updated end |