Class: Aws::CustomerProfiles::Types::DeleteIntegrationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::DeleteIntegrationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message that indicates the delete request is done.
Instance Attribute Details
#message ⇒ String
A message that indicates the delete request is done.
1813 1814 1815 1816 1817 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1813 class DeleteIntegrationResponse < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |