Class: Aws::Types::ComponentState
- Inherits:
-
Object
- Object
- Aws::Types::ComponentState
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#service_instance_name ⇒ ::String
Returns the value of attribute service_instance_name.
107 108 109 |
# File 'sig/types.rbs', line 107 def service_instance_name @service_instance_name end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
108 109 110 |
# File 'sig/types.rbs', line 108 def service_name @service_name end |
#service_spec ⇒ ::String
Returns the value of attribute service_spec.
109 110 111 |
# File 'sig/types.rbs', line 109 def service_spec @service_spec end |
#template_file ⇒ ::String
Returns the value of attribute template_file.
110 111 112 |
# File 'sig/types.rbs', line 110 def template_file @template_file end |