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)


1456
1457
1458
# File 'sig/types.rbs', line 1456

def expression
  @expression
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1455
1456
1457
# File 'sig/types.rbs', line 1455

def id
  @id
end

#label::String

Returns the value of attribute label.

Returns:

  • (::String)


1458
1459
1460
# File 'sig/types.rbs', line 1458

def label
  @label
end

#metric_statTypes::TargetTrackingMetricStat

Returns the value of attribute metric_stat.



1457
1458
1459
# File 'sig/types.rbs', line 1457

def metric_stat
  @metric_stat
end

#period::Integer

Returns the value of attribute period.

Returns:

  • (::Integer)


1459
1460
1461
# File 'sig/types.rbs', line 1459

def period
  @period
end

#return_dataBoolean

Returns the value of attribute return_data.

Returns:

  • (Boolean)


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

def return_data
  @return_data
end