Class: Aws::Types::GetResourceMetricsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aligned_end_time::Time

Returns the value of attribute aligned_end_time.

Returns:

  • (::Time)


186
187
188
# File 'sig/types.rbs', line 186

def aligned_end_time
  @aligned_end_time
end

#aligned_start_time::Time

Returns the value of attribute aligned_start_time.

Returns:

  • (::Time)


185
186
187
# File 'sig/types.rbs', line 185

def aligned_start_time
  @aligned_start_time
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


187
188
189
# File 'sig/types.rbs', line 187

def identifier
  @identifier
end

#metric_list::Array[Types::MetricKeyDataPoints]

Returns the value of attribute metric_list.

Returns:



188
189
190
# File 'sig/types.rbs', line 188

def metric_list
  @metric_list
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


189
190
191
# File 'sig/types.rbs', line 189

def next_token
  @next_token
end