Class: Aws::Types::UpdateServicePipelineInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateServicePipelineInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deployment_type ⇒ "NONE", ...
Returns the value of attribute deployment_type.
-
#service_name ⇒ ::String
Returns the value of attribute service_name.
-
#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.
Instance Attribute Details
#deployment_type ⇒ "NONE", ...
Returns the value of attribute deployment_type.
1675 1676 1677 |
# File 'sig/types.rbs', line 1675 def deployment_type @deployment_type end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
1676 1677 1678 |
# File 'sig/types.rbs', line 1676 def service_name @service_name end |
#spec ⇒ ::String
Returns the value of attribute spec.
1677 1678 1679 |
# File 'sig/types.rbs', line 1677 def spec @spec end |
#template_major_version ⇒ ::String
Returns the value of attribute template_major_version.
1678 1679 1680 |
# File 'sig/types.rbs', line 1678 def template_major_version @template_major_version end |
#template_minor_version ⇒ ::String
Returns the value of attribute template_minor_version.
1679 1680 1681 |
# File 'sig/types.rbs', line 1679 def template_minor_version @template_minor_version end |