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)


649
650
651
# File 'sig/types.rbs', line 649

def auto_scaling_group_name
  @auto_scaling_group_name
end

#granularity::String

Returns the value of attribute granularity.

Returns:

  • (::String)


651
652
653
# File 'sig/types.rbs', line 651

def granularity
  @granularity
end

#metrics::Array[::String]

Returns the value of attribute metrics.

Returns:

  • (::Array[::String])


650
651
652
# File 'sig/types.rbs', line 650

def metrics
  @metrics
end