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)


3896
3897
3898
3899
3900
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3896

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