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:

  • (::String)


877
878
879
# File 'sig/types.rbs', line 877

def domain
  @domain
end

#end_date::Time

Returns the value of attribute end_date.

Returns:

  • (::Time)


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.

Returns:

  • (::Time)


878
879
880
# File 'sig/types.rbs', line 878

def start_date
  @start_date
end