Class: Aws::EMRServerless::Types::StartSessionResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-emrserverless/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The output contains the application ID on which the session was started.

Returns:

  • (String)


2291
2292
2293
2294
2295
2296
2297
# File 'lib/aws-sdk-emrserverless/types.rb', line 2291

class StartSessionResponse < Struct.new(
  :application_id,
  :session_id,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The output contains the ARN of the session.

Returns:

  • (String)


2291
2292
2293
2294
2295
2296
2297
# File 'lib/aws-sdk-emrserverless/types.rb', line 2291

class StartSessionResponse < Struct.new(
  :application_id,
  :session_id,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#session_idString

The output contains the ID of the session.

Returns:

  • (String)


2291
2292
2293
2294
2295
2296
2297
# File 'lib/aws-sdk-emrserverless/types.rb', line 2291

class StartSessionResponse < Struct.new(
  :application_id,
  :session_id,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end