Class: Aws::Types::DateInterval

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_date_time::String

Returns the value of attribute end_date_time.

Returns:

  • (::String)


165
166
167
# File 'sig/types.rbs', line 165

def end_date_time
  @end_date_time
end

#start_date_time::String

Returns the value of attribute start_date_time.

Returns:

  • (::String)


164
165
166
# File 'sig/types.rbs', line 164

def start_date_time
  @start_date_time
end