Class: Aws::EMR::Types::GetSessionEndpointInput

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

Overview

Input to the ‘GetSessionEndpoint` operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_idString

The ID of the cluster that the session belongs to.

Returns:

  • (String)


2365
2366
2367
2368
2369
2370
# File 'lib/aws-sdk-emr/types.rb', line 2365

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

#session_idString

The ID of the session.

Returns:

  • (String)


2365
2366
2367
2368
2369
2370
# File 'lib/aws-sdk-emr/types.rb', line 2365

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