Class: Aws::Types::PredictiveScalingMetricDataQuery

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)


226
227
228
# File 'sig/types.rbs', line 226

def expression
  @expression
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


225
226
227
# File 'sig/types.rbs', line 225

def id
  @id
end

#label::String

Returns the value of attribute label.

Returns:

  • (::String)


228
229
230
# File 'sig/types.rbs', line 228

def label
  @label
end

#metric_statTypes::PredictiveScalingMetricStat

Returns the value of attribute metric_stat.



227
228
229
# File 'sig/types.rbs', line 227

def metric_stat
  @metric_stat
end

#return_dataBoolean

Returns the value of attribute return_data.

Returns:

  • (Boolean)


229
230
231
# File 'sig/types.rbs', line 229

def return_data
  @return_data
end