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.
12158 12159 12160 12161 12162 12163 12164 |
# File 'lib/aws-sdk-glue/types.rb', line 12158 class GetStatementRequest < Struct.new( :session_id, :id, :request_origin) SENSITIVE = [] include Aws::Structure end |
#request_origin ⇒ String
The origin of the request.
12158 12159 12160 12161 12162 12163 12164 |
# File 'lib/aws-sdk-glue/types.rb', line 12158 class GetStatementRequest < Struct.new( :session_id, :id, :request_origin) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
The Session ID of the statement.
12158 12159 12160 12161 12162 12163 12164 |
# File 'lib/aws-sdk-glue/types.rb', line 12158 class GetStatementRequest < Struct.new( :session_id, :id, :request_origin) SENSITIVE = [] include Aws::Structure end |