Class: Aws::Types::GetDomainStatisticsReportRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetDomainStatisticsReportRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#end_date ⇒ ::Time
Returns the value of attribute end_date.
-
#start_date ⇒ ::Time
Returns the value of attribute start_date.
Instance Attribute Details
#domain ⇒ ::String
Returns the value of attribute domain.
360 361 362 |
# File 'sig/types.rbs', line 360 def domain @domain end |
#end_date ⇒ ::Time
Returns the value of attribute end_date.
362 363 364 |
# File 'sig/types.rbs', line 362 def end_date @end_date end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
361 362 363 |
# File 'sig/types.rbs', line 361 def start_date @start_date end |