Class: Aws::Types::ServicePipelineState
- Inherits:
-
Object
- Object
- Aws::Types::ServicePipelineState
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#spec ⇒ ::String
Returns the value of attribute spec.
-
#template_major_version ⇒ ::String
Returns the value of attribute template_major_version.
-
#template_minor_version ⇒ ::String
Returns the value of attribute template_minor_version.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
Instance Attribute Details
#spec ⇒ ::String
Returns the value of attribute spec.
1393 1394 1395 |
# File 'sig/types.rbs', line 1393 def spec @spec end |
#template_major_version ⇒ ::String
Returns the value of attribute template_major_version.
1394 1395 1396 |
# File 'sig/types.rbs', line 1394 def template_major_version @template_major_version end |
#template_minor_version ⇒ ::String
Returns the value of attribute template_minor_version.
1395 1396 1397 |
# File 'sig/types.rbs', line 1395 def template_minor_version @template_minor_version end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
1396 1397 1398 |
# File 'sig/types.rbs', line 1396 def template_name @template_name end |