Class: Aws::Types::ActiveContext
- Inherits:
-
Object
- Object
- Aws::Types::ActiveContext
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#context_attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute context_attributes.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#time_to_live ⇒ Types::ActiveContextTimeToLive
Returns the value of attribute time_to_live.
Instance Attribute Details
#context_attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute context_attributes.
20 21 22 |
# File 'sig/types.rbs', line 20 def context_attributes @context_attributes end |
#name ⇒ ::String
Returns the value of attribute name.
18 19 20 |
# File 'sig/types.rbs', line 18 def name @name end |
#time_to_live ⇒ Types::ActiveContextTimeToLive
Returns the value of attribute time_to_live.
19 20 21 |
# File 'sig/types.rbs', line 19 def time_to_live @time_to_live end |