Class: Aws::Types::UpdateComponentInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateComponentInput
- 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", "CURRENT_VERSION"
Returns the value of attribute deployment_type.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#service_instance_name ⇒ ::String
Returns the value of attribute service_instance_name.
-
#service_name ⇒ ::String
Returns the value of attribute service_name.
-
#service_spec ⇒ ::String
Returns the value of attribute service_spec.
-
#template_file ⇒ ::String
Returns the value of attribute template_file.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1571 1572 1573 |
# File 'sig/types.rbs', line 1571 def client_token @client_token end |
#deployment_type ⇒ "NONE", "CURRENT_VERSION"
Returns the value of attribute deployment_type.
1572 1573 1574 |
# File 'sig/types.rbs', line 1572 def deployment_type @deployment_type end |
#description ⇒ ::String
Returns the value of attribute description.
1573 1574 1575 |
# File 'sig/types.rbs', line 1573 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1574 1575 1576 |
# File 'sig/types.rbs', line 1574 def name @name end |
#service_instance_name ⇒ ::String
Returns the value of attribute service_instance_name.
1575 1576 1577 |
# File 'sig/types.rbs', line 1575 def service_instance_name @service_instance_name end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
1576 1577 1578 |
# File 'sig/types.rbs', line 1576 def service_name @service_name end |
#service_spec ⇒ ::String
Returns the value of attribute service_spec.
1577 1578 1579 |
# File 'sig/types.rbs', line 1577 def service_spec @service_spec end |
#template_file ⇒ ::String
Returns the value of attribute template_file.
1578 1579 1580 |
# File 'sig/types.rbs', line 1578 def template_file @template_file end |