Class: Aws::Types::CreateSessionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_key_arn::String

Returns the value of attribute encryption_key_arn.

Returns:

  • (::String)


539
540
541
# File 'sig/types.rbs', line 539

def encryption_key_arn
  @encryption_key_arn
end

#session_metadata::Hash[::String, ::String]

Returns the value of attribute session_metadata.

Returns:

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


540
541
542
# File 'sig/types.rbs', line 540

def 
  @session_metadata
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


541
542
543
# File 'sig/types.rbs', line 541

def tags
  @tags
end