Class: Aws::CustomerProfiles::Types::DeleteSegmentDefinitionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::DeleteSegmentDefinitionResponse
- 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.
1979 1980 1981 1982 1983 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1979 class DeleteSegmentDefinitionResponse < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |