Class: Aws::Types::DescribeComponentConfigurationRecommendationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeComponentConfigurationRecommendationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#component_name ⇒ ::String
Returns the value of attribute component_name.
-
#recommendation_type ⇒ "INFRA_ONLY", ...
Returns the value of attribute recommendation_type.
-
#resource_group_name ⇒ ::String
Returns the value of attribute resource_group_name.
-
#tier ⇒ "CUSTOM", ...
Returns the value of attribute tier.
-
#workload_name ⇒ ::String
Returns the value of attribute workload_name.
Instance Attribute Details
#component_name ⇒ ::String
Returns the value of attribute component_name.
156 157 158 |
# File 'sig/types.rbs', line 156 def component_name @component_name end |
#recommendation_type ⇒ "INFRA_ONLY", ...
Returns the value of attribute recommendation_type.
159 160 161 |
# File 'sig/types.rbs', line 159 def recommendation_type @recommendation_type end |
#resource_group_name ⇒ ::String
Returns the value of attribute resource_group_name.
155 156 157 |
# File 'sig/types.rbs', line 155 def resource_group_name @resource_group_name end |
#tier ⇒ "CUSTOM", ...
Returns the value of attribute tier.
157 158 159 |
# File 'sig/types.rbs', line 157 def tier @tier end |
#workload_name ⇒ ::String
Returns the value of attribute workload_name.
158 159 160 |
# File 'sig/types.rbs', line 158 def workload_name @workload_name end |