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

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


12
13
14
# File 'sig/types.rbs', line 12

def name
  @name
end

#parameters::Hash[::String, ::String]

Returns the value of attribute parameters.

Returns:

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


14
15
16
# File 'sig/types.rbs', line 14

def parameters
  @parameters
end

#time_to_liveTypes::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