Class: Aws::Types::InputSessionStateSpecification

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#active_contexts ⇒ ::Array[Types::ActiveContext]

Returns the value of attribute active_contexts.

Returns:



1964
1965
1966
# File 'sig/types.rbs', line 1964

def active_contexts
  @active_contexts
end

#runtime_hints ⇒ Types::RuntimeHints

Returns the value of attribute runtime_hints.

Returns:



1965
1966
1967
# File 'sig/types.rbs', line 1965

def runtime_hints
  @runtime_hints
end

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

Returns the value of attribute session_attributes.

Returns:

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


1963
1964
1965
# File 'sig/types.rbs', line 1963

def session_attributes
  @session_attributes
end