Class: Aws::CustomerProfiles::Types::DeleteSegmentDefinitionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::DeleteSegmentDefinitionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The unique name of the domain.
-
#segment_definition_name ⇒ String
The unique name of the segment definition.
Instance Attribute Details
#domain_name ⇒ String
The unique name of the domain.
1966 1967 1968 1969 1970 1971 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1966 class DeleteSegmentDefinitionRequest < Struct.new( :domain_name, :segment_definition_name) SENSITIVE = [] include Aws::Structure end |
#segment_definition_name ⇒ String
The unique name of the segment definition.
1966 1967 1968 1969 1970 1971 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1966 class DeleteSegmentDefinitionRequest < Struct.new( :domain_name, :segment_definition_name) SENSITIVE = [] include Aws::Structure end |