Class: Aws::Types::Period
- Inherits:
-
Object
- Object
- Aws::Types::Period
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_invocations_per_profile ⇒ ::Integer
Returns the value of attribute max_invocations_per_profile.
-
#unit ⇒ "MINUTES", ...
Returns the value of attribute unit.
-
#unlimited ⇒ Boolean
Returns the value of attribute unlimited.
-
#value ⇒ ::Integer
Returns the value of attribute value.
Instance Attribute Details
#max_invocations_per_profile ⇒ ::Integer
Returns the value of attribute max_invocations_per_profile.
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.
2169 2170 2171 |
# File 'sig/types.rbs', line 2169 def unit @unit end |
#unlimited ⇒ Boolean
Returns the value of attribute unlimited.
2172 2173 2174 |
# File 'sig/types.rbs', line 2172 def unlimited @unlimited end |
#value ⇒ ::Integer
Returns the value of attribute value.
2170 2171 2172 |
# File 'sig/types.rbs', line 2170 def value @value end |