Class: Aws::Types::GetMetricDataInput

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)


445
446
447
# File 'sig/types.rbs', line 445

def end_time
  @end_time
end

#label_optionsTypes::LabelOptions

Returns the value of attribute label_options.

Returns:



449
450
451
# File 'sig/types.rbs', line 449

def label_options
  @label_options
end

#max_datapoints::Integer

Returns the value of attribute max_datapoints.

Returns:

  • (::Integer)


448
449
450
# File 'sig/types.rbs', line 448

def max_datapoints
  @max_datapoints
end

#metric_data_queries::Array[Types::MetricDataQuery]

Returns the value of attribute metric_data_queries.

Returns:



443
444
445
# File 'sig/types.rbs', line 443

def metric_data_queries
  @metric_data_queries
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


446
447
448
# File 'sig/types.rbs', line 446

def next_token
  @next_token
end

#scan_by"TimestampDescending", "TimestampAscending"

Returns the value of attribute scan_by.

Returns:

  • ("TimestampDescending", "TimestampAscending")


447
448
449
# File 'sig/types.rbs', line 447

def scan_by
  @scan_by
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


444
445
446
# File 'sig/types.rbs', line 444

def start_time
  @start_time
end