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)


621
622
623
# File 'sig/types.rbs', line 621

def encryption_key_arn
  @encryption_key_arn
end

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

Returns the value of attribute session_metadata.

Returns:

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


622
623
624
# File 'sig/types.rbs', line 622

def 
  @session_metadata
end

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

Returns the value of attribute tags.

Returns:

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


623
624
625
# File 'sig/types.rbs', line 623

def tags
  @tags
end