Class: Aws::Types::GetMetricDataV2Request

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


4291
4292
4293
# File 'sig/types.rbs', line 4291

def end_time
  @end_time
end

#filters::Array[Types::FilterV2]

Returns the value of attribute filters.

Returns:



4293
4294
4295
# File 'sig/types.rbs', line 4293

def filters
  @filters
end

#groupings::Array[::String]

Returns the value of attribute groupings.

Returns:

  • (::Array[::String])


4294
4295
4296
# File 'sig/types.rbs', line 4294

def groupings
  @groupings
end

#intervalTypes::IntervalDetails

Returns the value of attribute interval.



4292
4293
4294
# File 'sig/types.rbs', line 4292

def interval
  @interval
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


4297
4298
4299
# File 'sig/types.rbs', line 4297

def max_results
  @max_results
end

#metrics::Array[Types::MetricV2]

Returns the value of attribute metrics.

Returns:



4295
4296
4297
# File 'sig/types.rbs', line 4295

def metrics
  @metrics
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


4296
4297
4298
# File 'sig/types.rbs', line 4296

def next_token
  @next_token
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


4289
4290
4291
# File 'sig/types.rbs', line 4289

def resource_arn
  @resource_arn
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


4290
4291
4292
# File 'sig/types.rbs', line 4290

def start_time
  @start_time
end