Class: Aws::Types::OutputContext
- Inherits:
-
Object
- Object
- Aws::Types::OutputContext
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#time_to_live_in_seconds ⇒ ::Integer
Returns the value of attribute time_to_live_in_seconds.
-
#turns_to_live ⇒ ::Integer
Returns the value of attribute turns_to_live.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
2705 2706 2707 |
# File 'sig/types.rbs', line 2705 def name @name end |
#time_to_live_in_seconds ⇒ ::Integer
Returns the value of attribute time_to_live_in_seconds.
2706 2707 2708 |
# File 'sig/types.rbs', line 2706 def time_to_live_in_seconds @time_to_live_in_seconds end |
#turns_to_live ⇒ ::Integer
Returns the value of attribute turns_to_live.
2707 2708 2709 |
# File 'sig/types.rbs', line 2707 def turns_to_live @turns_to_live end |