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)


1462
1463
1464
# File 'sig/types.rbs', line 1462

def expression
  @expression
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1461
1462
1463
# File 'sig/types.rbs', line 1461

def id
  @id
end

#label::String

Returns the value of attribute label.

Returns:

  • (::String)


1464
1465
1466
# File 'sig/types.rbs', line 1464

def label
  @label
end

#metric_statTypes::TargetTrackingMetricStat

Returns the value of attribute metric_stat.



1463
1464
1465
# File 'sig/types.rbs', line 1463

def metric_stat
  @metric_stat
end

#period::Integer

Returns the value of attribute period.

Returns:

  • (::Integer)


1465
1466
1467
# File 'sig/types.rbs', line 1465

def period
  @period
end

#return_dataBoolean

Returns the value of attribute return_data.

Returns:

  • (Boolean)


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

def return_data
  @return_data
end