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.
1878 1879 1880 1881 1882 1883 1884 |
# File 'lib/aws-sdk-glue/types.rb', line 1878 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.
1878 1879 1880 1881 1882 1883 1884 |
# File 'lib/aws-sdk-glue/types.rb', line 1878 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.
1878 1879 1880 1881 1882 1883 1884 |
# File 'lib/aws-sdk-glue/types.rb', line 1878 class CancelStatementRequest < Struct.new( :session_id, :id, :request_origin) SENSITIVE = [] include Aws::Structure end |