Class: Aws::Types::ResultByTime

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#estimatedBoolean

Returns the value of attribute estimated.

Returns:

  • (Boolean)


1252
1253
1254
# File 'sig/types.rbs', line 1252

def estimated
  @estimated
end

#groups::Array[Types::Group]

Returns the value of attribute groups.

Returns:



1251
1252
1253
# File 'sig/types.rbs', line 1251

def groups
  @groups
end

#time_periodTypes::DateInterval

Returns the value of attribute time_period.

Returns:



1249
1250
1251
# File 'sig/types.rbs', line 1249

def time_period
  @time_period
end

#total::Hash[::String, Types::MetricValue]

Returns the value of attribute total.

Returns:



1250
1251
1252
# File 'sig/types.rbs', line 1250

def total
  @total
end