Class: Aws::Types::UpdateServiceInstanceInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateServiceInstanceInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#deployment_type ⇒ "NONE", ...
Returns the value of attribute deployment_type.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#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
#client_token ⇒ ::String
Returns the value of attribute client_token.
1654 1655 1656 |
# File 'sig/types.rbs', line 1654 def client_token @client_token end |
#deployment_type ⇒ "NONE", ...
Returns the value of attribute deployment_type.
1655 1656 1657 |
# File 'sig/types.rbs', line 1655 def deployment_type @deployment_type end |
#name ⇒ ::String
Returns the value of attribute name.
1656 1657 1658 |
# File 'sig/types.rbs', line 1656 def name @name end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
1657 1658 1659 |
# File 'sig/types.rbs', line 1657 def service_name @service_name end |
#spec ⇒ ::String
Returns the value of attribute spec.
1658 1659 1660 |
# File 'sig/types.rbs', line 1658 def spec @spec end |
#template_major_version ⇒ ::String
Returns the value of attribute template_major_version.
1659 1660 1661 |
# File 'sig/types.rbs', line 1659 def template_major_version @template_major_version end |
#template_minor_version ⇒ ::String
Returns the value of attribute template_minor_version.
1660 1661 1662 |
# File 'sig/types.rbs', line 1660 def template_minor_version @template_minor_version end |