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.
378 379 380 |
# File 'sig/types.rbs', line 378 def domain_isp_placements @domain_isp_placements end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
376 377 378 |
# File 'sig/types.rbs', line 376 def start_date @start_date end |
#volume_statistics ⇒ Types::VolumeStatistics
Returns the value of attribute volume_statistics.
377 378 379 |
# File 'sig/types.rbs', line 377 def volume_statistics @volume_statistics end |