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.
11975 11976 11977 11978 11979 |
# File 'lib/aws-sdk-rds/types.rb', line 11975 class DeleteIntegrationMessage < Struct.new( :integration_identifier) SENSITIVE = [] include Aws::Structure end |