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.
3158 3159 3160 |
# File 'sig/types.rbs', line 3158 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
3154 3155 3156 |
# File 'sig/types.rbs', line 3154 def description @description end |
#pipeline_arn ⇒ ::String
Returns the value of attribute pipeline_arn.
3155 3156 3157 |
# File 'sig/types.rbs', line 3155 def pipeline_arn @pipeline_arn end |
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
3153 3154 3155 |
# File 'sig/types.rbs', line 3153 def pipeline_name @pipeline_name end |
#status ⇒ Types::ResourceStatus
Returns the value of attribute status.
3157 3158 3159 |
# File 'sig/types.rbs', line 3157 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
3159 3160 3161 |
# File 'sig/types.rbs', line 3159 def updated_at @updated_at end |
#version ⇒ ::String
Returns the value of attribute version.
3156 3157 3158 |
# File 'sig/types.rbs', line 3156 def version @version end |