Class: Aws::Types::ActiveContext

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#context_attributes ⇒ ::Hash[::String, ::String]

Returns the value of attribute context_attributes.

Returns:

  • (::Hash[::String, ::String])


20
21
22
# File 'sig/types.rbs', line 20

def context_attributes
  @context_attributes
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


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