Class: Aws::CustomerProfiles::Types::CreateSegmentDefinitionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:description, :segment_groups]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the segment definition.

Returns:

  • (String)


1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1425

class CreateSegmentDefinitionRequest < Struct.new(
  :domain_name,
  :segment_definition_name,
  :display_name,
  :description,
  :segment_groups,
  :tags)
  SENSITIVE = [:description, :segment_groups]
  include Aws::Structure
end

#display_nameString

The display name of the segment definition.

Returns:

  • (String)


1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1425

class CreateSegmentDefinitionRequest < Struct.new(
  :domain_name,
  :segment_definition_name,
  :display_name,
  :description,
  :segment_groups,
  :tags)
  SENSITIVE = [:description, :segment_groups]
  include Aws::Structure
end

#domain_nameString

The unique name of the domain.

Returns:

  • (String)


1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1425

class CreateSegmentDefinitionRequest < Struct.new(
  :domain_name,
  :segment_definition_name,
  :display_name,
  :description,
  :segment_groups,
  :tags)
  SENSITIVE = [:description, :segment_groups]
  include Aws::Structure
end

#segment_definition_nameString

The unique name of the segment definition.

Returns:

  • (String)


1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1425

class CreateSegmentDefinitionRequest < Struct.new(
  :domain_name,
  :segment_definition_name,
  :display_name,
  :description,
  :segment_groups,
  :tags)
  SENSITIVE = [:description, :segment_groups]
  include Aws::Structure
end

#segment_groupsTypes::SegmentGroup

Specifies the base segments and dimensions for a segment definition along with their respective relationship.

Returns:



1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1425

class CreateSegmentDefinitionRequest < Struct.new(
  :domain_name,
  :segment_definition_name,
  :display_name,
  :description,
  :segment_groups,
  :tags)
  SENSITIVE = [:description, :segment_groups]
  include Aws::Structure
end

#tagsHash<String,String>

The tags used to organize, track, or control access for this resource.

Returns:

  • (Hash<String,String>)


1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1425

class CreateSegmentDefinitionRequest < Struct.new(
  :domain_name,
  :segment_definition_name,
  :display_name,
  :description,
  :segment_groups,
  :tags)
  SENSITIVE = [:description, :segment_groups]
  include Aws::Structure
end