Class: Aws::Types::MetricDataQuery

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.



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

def 
  @account_id
end

#expression::String

Returns the value of attribute expression.



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

def expression
  @expression
end

#id::String

Returns the value of attribute id.



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

def id
  @id
end

#label::String

Returns the value of attribute label.



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

def label
  @label
end

#metric_statTypes::MetricStat

Returns the value of attribute metric_stat.



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

def metric_stat
  @metric_stat
end

#period::Integer

Returns the value of attribute period.



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

def period
  @period
end

#return_dataBoolean

Returns the value of attribute return_data.



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

def return_data
  @return_data
end