Class: Aws::Types::ListMetricValuesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dimension_name::String

Returns the value of attribute dimension_name.

Returns:

  • (::String)


3329
3330
3331
# File 'sig/types.rbs', line 3329

def dimension_name
  @dimension_name
end

#dimension_value_operator"IN", "NOT_IN"

Returns the value of attribute dimension_value_operator.

Returns:

  • ("IN", "NOT_IN")


3330
3331
3332
# File 'sig/types.rbs', line 3330

def dimension_value_operator
  @dimension_value_operator
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


3332
3333
3334
# File 'sig/types.rbs', line 3332

def end_time
  @end_time
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


3333
3334
3335
# File 'sig/types.rbs', line 3333

def max_results
  @max_results
end

#metric_name::String

Returns the value of attribute metric_name.

Returns:

  • (::String)


3328
3329
3330
# File 'sig/types.rbs', line 3328

def metric_name
  @metric_name
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3334
3335
3336
# File 'sig/types.rbs', line 3334

def next_token
  @next_token
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


3331
3332
3333
# File 'sig/types.rbs', line 3331

def start_time
  @start_time
end

#thing_name::String

Returns the value of attribute thing_name.

Returns:

  • (::String)


3327
3328
3329
# File 'sig/types.rbs', line 3327

def thing_name
  @thing_name
end