Class: Aws::Types::CreatePipelineInput
- Inherits:
-
Object
- Object
- Aws::Types::CreatePipelineInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#pipeline ⇒ Types::PipelineDeclaration
Returns the value of attribute pipeline.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#pipeline ⇒ Types::PipelineDeclaration
Returns the value of attribute pipeline.
375 376 377 |
# File 'sig/types.rbs', line 375 def pipeline @pipeline end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
376 377 378 |
# File 'sig/types.rbs', line 376 def end |