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)


4280
4281
4282
# File 'sig/types.rbs', line 4280

def end_time
  @end_time
end

#filters::Array[Types::FilterV2]

Returns the value of attribute filters.

Returns:



4282
4283
4284
# File 'sig/types.rbs', line 4282

def filters
  @filters
end

#groupings::Array[::String]

Returns the value of attribute groupings.

Returns:

  • (::Array[::String])


4283
4284
4285
# File 'sig/types.rbs', line 4283

def groupings
  @groupings
end

#intervalTypes::IntervalDetails

Returns the value of attribute interval.



4281
4282
4283
# File 'sig/types.rbs', line 4281

def interval
  @interval
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


4286
4287
4288
# File 'sig/types.rbs', line 4286

def max_results
  @max_results
end

#metrics::Array[Types::MetricV2]

Returns the value of attribute metrics.

Returns:



4284
4285
4286
# File 'sig/types.rbs', line 4284

def metrics
  @metrics
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


4285
4286
4287
# File 'sig/types.rbs', line 4285

def next_token
  @next_token
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


4278
4279
4280
# File 'sig/types.rbs', line 4278

def resource_arn
  @resource_arn
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


4279
4280
4281
# File 'sig/types.rbs', line 4279

def start_time
  @start_time
end