Class: Aws::Glue::Types::GetSessionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetSessionRequest
- Defined in:
- gems/aws-sdk-glue/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.
10239 10240 10241 10242 10243 10244 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10239 class GetSessionRequest < Struct.new( :id, :request_origin) SENSITIVE = [] include Aws::Structure end |
#request_origin ⇒ String
The origin of the request.
10239 10240 10241 10242 10243 10244 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10239 class GetSessionRequest < Struct.new( :id, :request_origin) SENSITIVE = [] include Aws::Structure end |