Class: Aws::Types::DailyVolume

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_isp_placements::Array[Types::DomainIspPlacement]

Returns the value of attribute domain_isp_placements.

Returns:



116
117
118
# File 'sig/types.rbs', line 116

def domain_isp_placements
  @domain_isp_placements
end

#start_date::Time

Returns the value of attribute start_date.

Returns:

  • (::Time)


114
115
116
# File 'sig/types.rbs', line 114

def start_date
  @start_date
end

#volume_statisticsTypes::VolumeStatistics

Returns the value of attribute volume_statistics.



115
116
117
# File 'sig/types.rbs', line 115

def volume_statistics
  @volume_statistics
end