Class: Aws::Types::UpdateComponentConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateComponentConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_config_enabled ⇒ Boolean
Returns the value of attribute auto_config_enabled.
-
#component_configuration ⇒ ::String
Returns the value of attribute component_configuration.
-
#component_name ⇒ ::String
Returns the value of attribute component_name.
-
#monitor ⇒ Boolean
Returns the value of attribute monitor.
-
#resource_group_name ⇒ ::String
Returns the value of attribute resource_group_name.
-
#tier ⇒ "CUSTOM", ...
Returns the value of attribute tier.
Instance Attribute Details
#auto_config_enabled ⇒ Boolean
Returns the value of attribute auto_config_enabled.
546 547 548 |
# File 'sig/types.rbs', line 546 def auto_config_enabled @auto_config_enabled end |
#component_configuration ⇒ ::String
Returns the value of attribute component_configuration.
545 546 547 |
# File 'sig/types.rbs', line 545 def component_configuration @component_configuration end |
#component_name ⇒ ::String
Returns the value of attribute component_name.
542 543 544 |
# File 'sig/types.rbs', line 542 def component_name @component_name end |
#monitor ⇒ Boolean
Returns the value of attribute monitor.
543 544 545 |
# File 'sig/types.rbs', line 543 def monitor @monitor end |
#resource_group_name ⇒ ::String
Returns the value of attribute resource_group_name.
541 542 543 |
# File 'sig/types.rbs', line 541 def resource_group_name @resource_group_name end |
#tier ⇒ "CUSTOM", ...
Returns the value of attribute tier.
544 545 546 |
# File 'sig/types.rbs', line 544 def tier @tier end |