Class: Aws::Types::DeleteRecommendationPreferencesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#recommendation_preference_names::Array[("EnhancedInfrastructureMetrics" | "InferredWorkloadTypes" | "ExternalMetricsPreference" | "LookBackPeriodPreference" | "PreferredResources" | "UtilizationPreferences")]

Returns the value of attribute recommendation_preference_names.

Returns:

  • (::Array[("EnhancedInfrastructureMetrics" | "InferredWorkloadTypes" | "ExternalMetricsPreference" | "LookBackPeriodPreference" | "PreferredResources" | "UtilizationPreferences")])


117
118
119
# File 'sig/types.rbs', line 117

def recommendation_preference_names
  @recommendation_preference_names
end

#resource_type"Ec2Instance", ...

Returns the value of attribute resource_type.

Returns:

  • ("Ec2Instance", "AutoScalingGroup", "EbsVolume", "LambdaFunction", "NotApplicable", "EcsService", "License", "RdsDBInstance", "AuroraDBClusterStorage", "Idle")


115
116
117
# File 'sig/types.rbs', line 115

def resource_type
  @resource_type
end

#scopeTypes::Scope

Returns the value of attribute scope.

Returns:



116
117
118
# File 'sig/types.rbs', line 116

def scope
  @scope
end