Class: Aws::RedshiftDataAPIService::Types::CancelStatementRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-redshiftdataapiservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

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`.

Returns:

  • (String)


174
175
176
177
178
# File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 174

class CancelStatementRequest < Struct.new(
  :id)
  SENSITIVE = []
  include Aws::Structure
end