Class: Aws::Redshift::Types::DeleteIntegrationMessage

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#integration_arnString

The unique identifier of the integration to delete.

Returns:

  • (String)


3777
3778
3779
3780
3781
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3777

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