Class: Aws::Types::PipelineVariableDeclaration
- Inherits:
-
Object
- Object
- Aws::Types::PipelineVariableDeclaration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_value ⇒ ::String
Returns the value of attribute default_value.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#default_value ⇒ ::String
Returns the value of attribute default_value.
995 996 997 |
# File 'sig/types.rbs', line 995 def default_value @default_value end |
#description ⇒ ::String
Returns the value of attribute description.
996 997 998 |
# File 'sig/types.rbs', line 996 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
994 995 996 |
# File 'sig/types.rbs', line 994 def name @name end |