Class: Aws::Types::TargetTrackingMetricDataQuery

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#expression::String

Returns the value of attribute expression.

Returns:



447
448
449
# File 'sig/types.rbs', line 447

def expression
  @expression
end

#id::String

Returns the value of attribute id.

Returns:



448
449
450
# File 'sig/types.rbs', line 448

def id
  @id
end

#label::String

Returns the value of attribute label.

Returns:



449
450
451
# File 'sig/types.rbs', line 449

def label
  @label
end

#metric_statTypes::TargetTrackingMetricStat

Returns the value of attribute metric_stat.

Returns:



450
451
452
# File 'sig/types.rbs', line 450

def metric_stat
  @metric_stat
end

#return_dataBoolean

Returns the value of attribute return_data.

Returns:



451
452
453
# File 'sig/types.rbs', line 451

def return_data
  @return_data
end