Class: Aws::Glue::Types::GetSessionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetSessionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
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.
11966 11967 11968 11969 11970 11971 |
# File 'lib/aws-sdk-glue/types.rb', line 11966 class GetSessionRequest < Struct.new( :id, :request_origin) SENSITIVE = [] include Aws::Structure end |
#request_origin ⇒ String
The origin of the request.
11966 11967 11968 11969 11970 11971 |
# File 'lib/aws-sdk-glue/types.rb', line 11966 class GetSessionRequest < Struct.new( :id, :request_origin) SENSITIVE = [] include Aws::Structure end |