Class: Aws::Types::EnterpriseSupportTimePeriod

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#begin_date::Time

Returns the value of attribute begin_date.

Returns:

  • (::Time)


218
219
220
# File 'sig/types.rbs', line 218

def begin_date
  @begin_date
end

#end_date::Time

Returns the value of attribute end_date.

Returns:

  • (::Time)


219
220
221
# File 'sig/types.rbs', line 219

def end_date
  @end_date
end