Class: Aws::Types::GetDomainStatisticsReportRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#domain::String

Returns the value of attribute domain.

Returns:



901
902
903
# File 'sig/types.rbs', line 901

def domain
  @domain
end

#end_date::Time

Returns the value of attribute end_date.

Returns:



903
904
905
# File 'sig/types.rbs', line 903

def end_date
  @end_date
end

#start_date::Time

Returns the value of attribute start_date.

Returns:



902
903
904
# File 'sig/types.rbs', line 902

def start_date
  @start_date
end