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:

  • (::String)


1468
1469
1470
# File 'sig/types.rbs', line 1468

def expression
  @expression
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1467
1468
1469
# File 'sig/types.rbs', line 1467

def id
  @id
end

#label::String

Returns the value of attribute label.

Returns:

  • (::String)


1470
1471
1472
# File 'sig/types.rbs', line 1470

def label
  @label
end

#metric_statTypes::TargetTrackingMetricStat

Returns the value of attribute metric_stat.



1469
1470
1471
# File 'sig/types.rbs', line 1469

def metric_stat
  @metric_stat
end

#period::Integer

Returns the value of attribute period.

Returns:

  • (::Integer)


1471
1472
1473
# File 'sig/types.rbs', line 1471

def period
  @period
end

#return_dataBoolean

Returns the value of attribute return_data.

Returns:

  • (Boolean)


1472
1473
1474
# File 'sig/types.rbs', line 1472

def return_data
  @return_data
end