Class: Aws::Types::GetCurrentMetricDataResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#approximate_total_count::Integer

Returns the value of attribute approximate_total_count.

Returns:

  • (::Integer)


4100
4101
4102
# File 'sig/types.rbs', line 4100

def approximate_total_count
  @approximate_total_count
end

#data_snapshot_time::Time

Returns the value of attribute data_snapshot_time.

Returns:

  • (::Time)


4099
4100
4101
# File 'sig/types.rbs', line 4099

def data_snapshot_time
  @data_snapshot_time
end

#metric_results::Array[Types::CurrentMetricResult]

Returns the value of attribute metric_results.

Returns:



4098
4099
4100
# File 'sig/types.rbs', line 4098

def metric_results
  @metric_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


4097
4098
4099
# File 'sig/types.rbs', line 4097

def next_token
  @next_token
end