Class: Aws::Types::DailyVolume
- Inherits:
-
Object
- Object
- Aws::Types::DailyVolume
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_isp_placements ⇒ ::Array[Types::DomainIspPlacement]
Returns the value of attribute domain_isp_placements.
-
#start_date ⇒ ::Time
Returns the value of attribute start_date.
-
#volume_statistics ⇒ Types::VolumeStatistics
Returns the value of attribute volume_statistics.
Instance Attribute Details
#domain_isp_placements ⇒ ::Array[Types::DomainIspPlacement]
Returns the value of attribute domain_isp_placements.
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.
114 115 116 |
# File 'sig/types.rbs', line 114 def start_date @start_date end |
#volume_statistics ⇒ Types::VolumeStatistics
Returns the value of attribute volume_statistics.
115 116 117 |
# File 'sig/types.rbs', line 115 def volume_statistics @volume_statistics end |