Class: Aws::Redshift::Types::DeleteIntegrationMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::DeleteIntegrationMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#integration_arn ⇒ String
The unique identifier of the integration to delete.
Instance Attribute Details
#integration_arn ⇒ String
The unique identifier of the integration to delete.
3755 3756 3757 3758 3759 |
# File 'lib/aws-sdk-redshift/types.rb', line 3755 class DeleteIntegrationMessage < Struct.new( :integration_arn) SENSITIVE = [] include Aws::Structure end |