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)


360
361
362
# File 'sig/types.rbs', line 360

def domain
  @domain
end

#end_date::Time

Returns the value of attribute end_date.

Returns:

  • (::Time)


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.

Returns:

  • (::Time)


361
362
363
# File 'sig/types.rbs', line 361

def start_date
  @start_date
end