Class: Aws::Types::PipelineSummary
- Inherits:
-
Object
- Object
- Aws::Types::PipelineSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#pipeline_arn ⇒ ::String
Returns the value of attribute pipeline_arn.
-
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
-
#status ⇒ Types::ResourceStatus
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
3124 3125 3126 |
# File 'sig/types.rbs', line 3124 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
3120 3121 3122 |
# File 'sig/types.rbs', line 3120 def description @description end |
#pipeline_arn ⇒ ::String
Returns the value of attribute pipeline_arn.
3121 3122 3123 |
# File 'sig/types.rbs', line 3121 def pipeline_arn @pipeline_arn end |
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
3119 3120 3121 |
# File 'sig/types.rbs', line 3119 def pipeline_name @pipeline_name end |
#status ⇒ Types::ResourceStatus
Returns the value of attribute status.
3123 3124 3125 |
# File 'sig/types.rbs', line 3123 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
3125 3126 3127 |
# File 'sig/types.rbs', line 3125 def updated_at @updated_at end |
#version ⇒ ::String
Returns the value of attribute version.
3122 3123 3124 |
# File 'sig/types.rbs', line 3122 def version @version end |