Class: Aws::Types::CreatePipelineInput
- Inherits:
-
Object
- Object
- Aws::Types::CreatePipelineInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#unique_id ⇒ ::String
Returns the value of attribute unique_id.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
33 34 35 |
# File 'sig/types.rbs', line 33 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
31 32 33 |
# File 'sig/types.rbs', line 31 def name @name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
34 35 36 |
# File 'sig/types.rbs', line 34 def @tags end |
#unique_id ⇒ ::String
Returns the value of attribute unique_id.
32 33 34 |
# File 'sig/types.rbs', line 32 def unique_id @unique_id end |