Class: Aws::RDS::Types::DeleteIntegrationMessage

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#integration_identifierString

The unique identifier of the integration.

Returns:

  • (String)


11733
11734
11735
11736
11737
# File 'lib/aws-sdk-rds/types.rb', line 11733

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