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.
684 685 686 |
# File 'sig/types.rbs', line 684 def name @name end |
#time_to_live_in_seconds ⇒ ::Integer
Returns the value of attribute time_to_live_in_seconds.
685 686 687 |
# File 'sig/types.rbs', line 685 def time_to_live_in_seconds @time_to_live_in_seconds end |
#turns_to_live ⇒ ::Integer
Returns the value of attribute turns_to_live.
686 687 688 |
# File 'sig/types.rbs', line 686 def turns_to_live @turns_to_live end |