Class: Aws::NovaAct::Types::CreateSessionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#session_idString

The unique identifier for the created session.

Returns:

  • (String)


325
326
327
328
329
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 325

class CreateSessionResponse < Struct.new(
  :session_id)
  SENSITIVE = []
  include Aws::Structure
end