Class: Aws::RedshiftDataAPIService::Types::CancelStatementRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftDataAPIService::Types::CancelStatementRequest
- Defined in:
- gems/aws-sdk-redshiftdataapiservice/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.
216 217 218 219 220 |
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 216 class CancelStatementRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |