Class: Aws::RDS::Types::DeleteIntegrationMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::DeleteIntegrationMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#integration_identifier ⇒ String
The unique identifier of the integration.
Instance Attribute Details
#integration_identifier ⇒ String
The unique identifier of the integration.
12000 12001 12002 12003 12004 |
# File 'lib/aws-sdk-rds/types.rb', line 12000 class DeleteIntegrationMessage < Struct.new( :integration_identifier) SENSITIVE = [] include Aws::Structure end |