Class: Aws::Types::UtilizationByTime

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#groups::Array[Types::ReservationUtilizationGroup]

Returns the value of attribute groups.



1659
1660
1661
# File 'sig/types.rbs', line 1659

def groups
  @groups
end

#time_periodTypes::DateInterval

Returns the value of attribute time_period.



1658
1659
1660
# File 'sig/types.rbs', line 1658

def time_period
  @time_period
end

#totalTypes::ReservationAggregates

Returns the value of attribute total.



1660
1661
1662
# File 'sig/types.rbs', line 1660

def total
  @total
end