Class: Aws::Glue::Types::CancelStatementRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::CancelStatementRequest
- 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 to be cancelled.
-
#request_origin ⇒ String
The origin of the request to cancel the statement.
-
#session_id ⇒ String
The Session ID of the statement to be cancelled.
Instance Attribute Details
#id ⇒ Integer
The ID of the statement to be cancelled.
1783 1784 1785 1786 1787 1788 1789 |
# File 'lib/aws-sdk-glue/types.rb', line 1783 class CancelStatementRequest < Struct.new( :session_id, :id, :request_origin) SENSITIVE = [] include Aws::Structure end |
#request_origin ⇒ String
The origin of the request to cancel the statement.
1783 1784 1785 1786 1787 1788 1789 |
# File 'lib/aws-sdk-glue/types.rb', line 1783 class CancelStatementRequest < Struct.new( :session_id, :id, :request_origin) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
The Session ID of the statement to be cancelled.
1783 1784 1785 1786 1787 1788 1789 |
# File 'lib/aws-sdk-glue/types.rb', line 1783 class CancelStatementRequest < Struct.new( :session_id, :id, :request_origin) SENSITIVE = [] include Aws::Structure end |