Class: Aws::RedshiftDataAPIService::Types::CancelStatementResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusBoolean

A value that indicates whether the cancel statement succeeded (true).

Returns:

  • (Boolean)


187
188
189
190
191
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 187

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