Method: Aws::AutoScaling::Types::EnableMetricsCollectionQuery#auto_scaling_group_name

Defined in:
lib/aws-sdk-autoscaling/types.rb

#auto_scaling_group_nameString

The name of the Auto Scaling group.

Returns:

  • (String)


3045
3046
3047
3048
3049
3050
3051
# File 'lib/aws-sdk-autoscaling/types.rb', line 3045

class EnableMetricsCollectionQuery < Struct.new(
  :auto_scaling_group_name,
  :metrics,
  :granularity)
  SENSITIVE = []
  include Aws::Structure
end