Class: Aws::RedshiftDataAPIService::Types::CancelStatementRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftDataAPIService::Types::CancelStatementRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshiftdataapiservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The identifier of the SQL statement to cancel.
Instance Attribute Details
#id ⇒ String
The identifier of the SQL statement to cancel. This value is a universally unique identifier (UUID) generated by Amazon Redshift Data API. This identifier is returned by ‘BatchExecuteStatment`, `ExecuteStatment`, and `ListStatements`.
217 218 219 220 221 |
# File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 217 class CancelStatementRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |