Class: Aws::Types::ValidityPeriod

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#period::Integer

Returns the value of attribute period.

Returns:

  • (::Integer)


691
692
693
# File 'sig/types.rbs', line 691

def period
  @period
end

#period_type"HOURS", ...

Returns the value of attribute period_type.

Returns:

  • ("HOURS", "DAYS", "WEEKS", "MONTHS", "YEARS")


692
693
694
# File 'sig/types.rbs', line 692

def period_type
  @period_type
end