Class: Aws::Types::ActiveContext
- Inherits:
-
Object
- Object
- Aws::Types::ActiveContext
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
-
#time_to_live ⇒ Types::ActiveContextTimeToLive
Returns the value of attribute time_to_live.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
12 13 14 |
# File 'sig/types.rbs', line 12 def name @name end |
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
14 15 16 |
# File 'sig/types.rbs', line 14 def parameters @parameters end |
#time_to_live ⇒ Types::ActiveContextTimeToLive
Returns the value of attribute time_to_live.
13 14 15 |
# File 'sig/types.rbs', line 13 def time_to_live @time_to_live end |