Class: Aws::Types::DescribeComponentConfigurationRecommendationRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#component_name::String

Returns the value of attribute component_name.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



157
158
159
# File 'sig/types.rbs', line 157

def tier
  @tier
end

#workload_name::String

Returns the value of attribute workload_name.

Returns:



158
159
160
# File 'sig/types.rbs', line 158

def workload_name
  @workload_name
end