Class: Aws::Types::EnableMetricsCollectionQuery

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_group_name::String

Returns the value of attribute auto_scaling_group_name.

Returns:

  • (::String)


655
656
657
# File 'sig/types.rbs', line 655

def auto_scaling_group_name
  @auto_scaling_group_name
end

#granularity::String

Returns the value of attribute granularity.

Returns:

  • (::String)


657
658
659
# File 'sig/types.rbs', line 657

def granularity
  @granularity
end

#metrics::Array[::String]

Returns the value of attribute metrics.

Returns:

  • (::Array[::String])


656
657
658
# File 'sig/types.rbs', line 656

def metrics
  @metrics
end