Class: Aws::Types::DescribeComponentConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeComponentConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#component_configuration ⇒ ::String
Returns the value of attribute component_configuration.
-
#monitor ⇒ Boolean
Returns the value of attribute monitor.
-
#tier ⇒ "CUSTOM", ...
Returns the value of attribute tier.
Instance Attribute Details
#component_configuration ⇒ ::String
Returns the value of attribute component_configuration.
178 179 180 |
# File 'sig/types.rbs', line 178 def component_configuration @component_configuration end |
#monitor ⇒ Boolean
Returns the value of attribute monitor.
176 177 178 |
# File 'sig/types.rbs', line 176 def monitor @monitor end |
#tier ⇒ "CUSTOM", ...
Returns the value of attribute tier.
177 178 179 |
# File 'sig/types.rbs', line 177 def tier @tier end |