Class: Aws::Glue::Types::GetStatementRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetStatementRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ Integer
The Id of the statement.
-
#request_origin ⇒ String
The origin of the request.
-
#session_id ⇒ String
The Session ID of the statement.
Instance Attribute Details
#id ⇒ Integer
The Id of the statement.
11999 12000 12001 12002 12003 12004 12005 |
# File 'lib/aws-sdk-glue/types.rb', line 11999 class GetStatementRequest < Struct.new( :session_id, :id, :request_origin) SENSITIVE = [] include Aws::Structure end |
#request_origin ⇒ String
The origin of the request.
11999 12000 12001 12002 12003 12004 12005 |
# File 'lib/aws-sdk-glue/types.rb', line 11999 class GetStatementRequest < Struct.new( :session_id, :id, :request_origin) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
The Session ID of the statement.
11999 12000 12001 12002 12003 12004 12005 |
# File 'lib/aws-sdk-glue/types.rb', line 11999 class GetStatementRequest < Struct.new( :session_id, :id, :request_origin) SENSITIVE = [] include Aws::Structure end |