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.
      1719 1720 1721 1722 1723 1724 1725 1726 1727 1728  | 
    
      # File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1719 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.
      1719 1720 1721 1722 1723 1724 1725 1726 1727 1728  | 
    
      # File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1719 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.
      1719 1720 1721 1722 1723 1724 1725 1726 1727 1728  | 
    
      # File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1719 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.
      1719 1720 1721 1722 1723 1724 1725 1726 1727 1728  | 
    
      # File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1719 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.
      1719 1720 1721 1722 1723 1724 1725 1726 1727 1728  | 
    
      # File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1719 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.
      1719 1720 1721 1722 1723 1724 1725 1726 1727 1728  | 
    
      # File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1719 class CreateSegmentDefinitionRequest < Struct.new( :domain_name, :segment_definition_name, :display_name, :description, :segment_groups, :tags) SENSITIVE = [:description, :segment_groups] include Aws::Structure end  |