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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rds/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)


11561
11562
11563
11564
11565
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 11561

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