Class: Aws::EMRServerless::Types::StartSessionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRServerless::Types::StartSessionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emrserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The output contains the application ID on which the session was started.
-
#arn ⇒ String
The output contains the ARN of the session.
-
#session_id ⇒ String
The output contains the ID of the session.
Instance Attribute Details
#application_id ⇒ String
The output contains the application ID on which the session was started.
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 |
#arn ⇒ String
The output contains the ARN of the session.
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_id ⇒ String
The output contains the ID of the session.
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 |