Class: Aws::Types::MetricDataQuery

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)


1042
1043
1044
# File 'sig/types.rbs', line 1042

def expression
  @expression
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1041
1042
1043
# File 'sig/types.rbs', line 1041

def id
  @id
end

#label::String

Returns the value of attribute label.

Returns:

  • (::String)


1044
1045
1046
# File 'sig/types.rbs', line 1044

def label
  @label
end

#metric_statTypes::MetricStat

Returns the value of attribute metric_stat.

Returns:



1043
1044
1045
# File 'sig/types.rbs', line 1043

def metric_stat
  @metric_stat
end

#return_dataBoolean

Returns the value of attribute return_data.

Returns:

  • (Boolean)


1045
1046
1047
# File 'sig/types.rbs', line 1045

def return_data
  @return_data
end