Class: Aws::EMRServerless::Types::GetSessionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The ID of the application that the session belongs to.

Returns:

  • (String)


818
819
820
821
822
823
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 818

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

#session_idString

The ID of the session.

Returns:

  • (String)


818
819
820
821
822
823
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 818

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