Class: Aws::Glue::Types::GetSessionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetSessionRequest
- 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
-
#id ⇒ String
The ID of the session.
-
#request_origin ⇒ String
The origin of the request.
Instance Attribute Details
#id ⇒ String
The ID of the session.
12958 12959 12960 12961 12962 12963 |
# File 'lib/aws-sdk-glue/types.rb', line 12958 class GetSessionRequest < Struct.new( :id, :request_origin) SENSITIVE = [] include Aws::Structure end |
#request_origin ⇒ String
The origin of the request.
12958 12959 12960 12961 12962 12963 |
# File 'lib/aws-sdk-glue/types.rb', line 12958 class GetSessionRequest < Struct.new( :id, :request_origin) SENSITIVE = [] include Aws::Structure end |