Class: Aws::Types::PipelineDescription
- Inherits:
-
Object
- Object
- Aws::Types::PipelineDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#fields ⇒ ::Array[Types::Field]
Returns the value of attribute fields.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#pipeline_id ⇒ ::String
Returns the value of attribute pipeline_id.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
175 176 177 |
# File 'sig/types.rbs', line 175 def description @description end |
#fields ⇒ ::Array[Types::Field]
Returns the value of attribute fields.
174 175 176 |
# File 'sig/types.rbs', line 174 def fields @fields end |
#name ⇒ ::String
Returns the value of attribute name.
173 174 175 |
# File 'sig/types.rbs', line 173 def name @name end |
#pipeline_id ⇒ ::String
Returns the value of attribute pipeline_id.
172 173 174 |
# File 'sig/types.rbs', line 172 def pipeline_id @pipeline_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
176 177 178 |
# File 'sig/types.rbs', line 176 def end |