Class: Aws::CustomerProfiles::Types::DeleteSegmentDefinitionRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-customerprofiles/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The unique name of the domain.

Returns:

  • (String)


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_nameString

The unique name of the segment definition.

Returns:

  • (String)


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