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:



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.

Returns:

  • (::Time)


376
377
378
# File 'sig/types.rbs', line 376

def start_date
  @start_date
end

#volume_statisticsTypes::VolumeStatistics

Returns the value of attribute volume_statistics.



377
378
379
# File 'sig/types.rbs', line 377

def volume_statistics
  @volume_statistics
end