Class: Aws::Types::GetPipelineInput
- Inherits:
-
Object
- Object
- Aws::Types::GetPipelineInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#version ⇒ ::Integer
Returns the value of attribute version.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
554 555 556 |
# File 'sig/types.rbs', line 554 def name @name end |
#version ⇒ ::Integer
Returns the value of attribute version.
555 556 557 |
# File 'sig/types.rbs', line 555 def version @version end |