Class: Aws::Glue::Types::GetSessionRequest

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

Overview

Note:

When making an API call, you may pass GetSessionRequest data as a hash:

{
  id: "NameString", # required
  request_origin: "OrchestrationNameString",
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the session.

Returns:

  • (String)


9988
9989
9990
9991
9992
9993
# File 'lib/aws-sdk-glue/types.rb', line 9988

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

#request_originString

The origin of the request.

Returns:

  • (String)


9988
9989
9990
9991
9992
9993
# File 'lib/aws-sdk-glue/types.rb', line 9988

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