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::String

Returns the value of attribute end.

Returns:

  • (::String)


324
325
326
# File 'sig/types.rbs', line 324

def end
  @end
end

#start::String

Returns the value of attribute start.

Returns:

  • (::String)


323
324
325
# File 'sig/types.rbs', line 323

def start
  @start
end