Class: Aws::Types::PipelineObject
- Inherits:
-
Object
- Object
- Aws::Types::PipelineObject
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fields ⇒ ::Array[Types::Field]
Returns the value of attribute fields.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#fields ⇒ ::Array[Types::Field]
Returns the value of attribute fields.
194 195 196 |
# File 'sig/types.rbs', line 194 def fields @fields end |
#id ⇒ ::String
Returns the value of attribute id.
192 193 194 |
# File 'sig/types.rbs', line 192 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
193 194 195 |
# File 'sig/types.rbs', line 193 def name @name end |