Class: Aws::Types::RestrictedPeriod

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_date::String

Returns the value of attribute end_date.

Returns:

  • (::String)


636
637
638
# File 'sig/types.rbs', line 636

def end_date
  @end_date
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


634
635
636
# File 'sig/types.rbs', line 634

def name
  @name
end

#start_date::String

Returns the value of attribute start_date.

Returns:

  • (::String)


635
636
637
# File 'sig/types.rbs', line 635

def start_date
  @start_date
end