Method: Aws::Redshift::Types::DeleteIntegrationMessage#integration_arn
- Defined in:
- lib/aws-sdk-redshift/types.rb
#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 |