Class: Aws::EMRServerless::Types::GetSessionEndpointRequest

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)


769
770
771
772
773
774
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 769

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

#session_idString

The ID of the session.

Returns:

  • (String)


769
770
771
772
773
774
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 769

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