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.
12050 12051 12052 12053 12054 |
# File 'lib/aws-sdk-rds/types.rb', line 12050 class DeleteIntegrationMessage < Struct.new( :integration_identifier) SENSITIVE = [] include Aws::Structure end |