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, :segment_sql_query]
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.
-
#segment_sql_query ⇒ String
The segment SQL query.
-
#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.
1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1866 class CreateSegmentDefinitionRequest < Struct.new( :domain_name, :segment_definition_name, :display_name, :description, :segment_groups, :segment_sql_query, :tags) SENSITIVE = [:description, :segment_groups, :segment_sql_query] include Aws::Structure end |
#display_name ⇒ String
The display name of the segment definition.
1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1866 class CreateSegmentDefinitionRequest < Struct.new( :domain_name, :segment_definition_name, :display_name, :description, :segment_groups, :segment_sql_query, :tags) SENSITIVE = [:description, :segment_groups, :segment_sql_query] include Aws::Structure end |
#domain_name ⇒ String
The unique name of the domain.
1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1866 class CreateSegmentDefinitionRequest < Struct.new( :domain_name, :segment_definition_name, :display_name, :description, :segment_groups, :segment_sql_query, :tags) SENSITIVE = [:description, :segment_groups, :segment_sql_query] include Aws::Structure end |
#segment_definition_name ⇒ String
The unique name of the segment definition.
1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1866 class CreateSegmentDefinitionRequest < Struct.new( :domain_name, :segment_definition_name, :display_name, :description, :segment_groups, :segment_sql_query, :tags) SENSITIVE = [:description, :segment_groups, :segment_sql_query] include Aws::Structure end |
#segment_groups ⇒ Types::SegmentGroup
Specifies the base segments and dimensions for a segment definition along with their respective relationship.
1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1866 class CreateSegmentDefinitionRequest < Struct.new( :domain_name, :segment_definition_name, :display_name, :description, :segment_groups, :segment_sql_query, :tags) SENSITIVE = [:description, :segment_groups, :segment_sql_query] include Aws::Structure end |
#segment_sql_query ⇒ String
The segment SQL query.
1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1866 class CreateSegmentDefinitionRequest < Struct.new( :domain_name, :segment_definition_name, :display_name, :description, :segment_groups, :segment_sql_query, :tags) SENSITIVE = [:description, :segment_groups, :segment_sql_query] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1866 class CreateSegmentDefinitionRequest < Struct.new( :domain_name, :segment_definition_name, :display_name, :description, :segment_groups, :segment_sql_query, :tags) SENSITIVE = [:description, :segment_groups, :segment_sql_query] include Aws::Structure end |