Class: Aws::CustomerProfiles::Types::CreateSegmentDefinitionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::CreateSegmentDefinitionRequest
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description, :segment_groups]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the segment definition.
-
#display_name ⇒ String
The display name of the segment definition.
-
#domain_name ⇒ String
The unique name of the domain.
-
#segment_definition_name ⇒ String
The unique name of the segment definition.
-
#segment_groups ⇒ Types::SegmentGroup
Specifies the base segments and dimensions for a segment definition along with their respective relationship.
-
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
Instance Attribute Details
#description ⇒ String
The description of the segment definition.
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_name ⇒ String
The display name of the segment definition.
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_name ⇒ String
The unique name of the domain.
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_name ⇒ String
The unique name of the segment definition.
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_groups ⇒ Types::SegmentGroup
Specifies the base segments and dimensions for a segment definition along with their respective relationship.
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 |
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
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 |