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

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


795
796
797
# File 'sig/types.rbs', line 795

def 
  @account_id
end

#expression::String

Returns the value of attribute expression.

Returns:

  • (::String)


791
792
793
# File 'sig/types.rbs', line 791

def expression
  @expression
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


789
790
791
# File 'sig/types.rbs', line 789

def id
  @id
end

#label::String

Returns the value of attribute label.

Returns:

  • (::String)


792
793
794
# File 'sig/types.rbs', line 792

def label
  @label
end

#metric_statTypes::MetricStat

Returns the value of attribute metric_stat.

Returns:



790
791
792
# File 'sig/types.rbs', line 790

def metric_stat
  @metric_stat
end

#period::Integer

Returns the value of attribute period.

Returns:

  • (::Integer)


794
795
796
# File 'sig/types.rbs', line 794

def period
  @period
end

#return_dataBoolean

Returns the value of attribute return_data.

Returns:

  • (Boolean)


793
794
795
# File 'sig/types.rbs', line 793

def return_data
  @return_data
end