Class: Aws::Types::Period

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_invocations_per_profile::Integer

Returns the value of attribute max_invocations_per_profile.

Returns:

  • (::Integer)


2171
2172
2173
# File 'sig/types.rbs', line 2171

def max_invocations_per_profile
  @max_invocations_per_profile
end

#unit"MINUTES", ...

Returns the value of attribute unit.

Returns:

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


2169
2170
2171
# File 'sig/types.rbs', line 2169

def unit
  @unit
end

#unlimitedBoolean

Returns the value of attribute unlimited.

Returns:

  • (Boolean)


2172
2173
2174
# File 'sig/types.rbs', line 2172

def unlimited
  @unlimited
end

#value::Integer

Returns the value of attribute value.

Returns:

  • (::Integer)


2170
2171
2172
# File 'sig/types.rbs', line 2170

def value
  @value
end