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.
877 878 879 |
# File 'sig/types.rbs', line 877 def domain @domain end |
#end_date ⇒ ::Time
Returns the value of attribute end_date.
879 880 881 |
# File 'sig/types.rbs', line 879 def end_date @end_date end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
878 879 880 |
# File 'sig/types.rbs', line 878 def start_date @start_date end |