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)


224
225
226
227
228
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 224

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