Class: Aws::CustomerProfiles::Types::GetSegmentDefinitionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::GetSegmentDefinitionResponse
- 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
-
#created_at ⇒ Time
The timestamp of when the segment definition was created.
-
#description ⇒ String
The description of the segment definition.
-
#display_name ⇒ String
The display name of the segment definition.
-
#segment_definition_arn ⇒ String
The arn of the segment definition.
-
#segment_definition_name ⇒ String
The name of the segment definition.
-
#segment_groups ⇒ Types::SegmentGroup
The segment criteria associated with this definition.
-
#segment_sql_query ⇒ String
The segment SQL query.
-
#segment_type ⇒ String
The segment type.
-
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
Instance Attribute Details
#created_at ⇒ Time
The timestamp of when the segment definition was created.
4658 4659 4660 4661 4662 4663 4664 4665 4666 4667 4668 4669 4670 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4658 class GetSegmentDefinitionResponse < Struct.new( :segment_definition_name, :display_name, :description, :segment_groups, :segment_definition_arn, :created_at, :tags, :segment_sql_query, :segment_type) SENSITIVE = [:description, :segment_groups, :segment_sql_query] include Aws::Structure end |
#description ⇒ String
The description of the segment definition.
4658 4659 4660 4661 4662 4663 4664 4665 4666 4667 4668 4669 4670 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4658 class GetSegmentDefinitionResponse < Struct.new( :segment_definition_name, :display_name, :description, :segment_groups, :segment_definition_arn, :created_at, :tags, :segment_sql_query, :segment_type) SENSITIVE = [:description, :segment_groups, :segment_sql_query] include Aws::Structure end |
#display_name ⇒ String
The display name of the segment definition.
4658 4659 4660 4661 4662 4663 4664 4665 4666 4667 4668 4669 4670 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4658 class GetSegmentDefinitionResponse < Struct.new( :segment_definition_name, :display_name, :description, :segment_groups, :segment_definition_arn, :created_at, :tags, :segment_sql_query, :segment_type) SENSITIVE = [:description, :segment_groups, :segment_sql_query] include Aws::Structure end |
#segment_definition_arn ⇒ String
The arn of the segment definition.
4658 4659 4660 4661 4662 4663 4664 4665 4666 4667 4668 4669 4670 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4658 class GetSegmentDefinitionResponse < Struct.new( :segment_definition_name, :display_name, :description, :segment_groups, :segment_definition_arn, :created_at, :tags, :segment_sql_query, :segment_type) SENSITIVE = [:description, :segment_groups, :segment_sql_query] include Aws::Structure end |
#segment_definition_name ⇒ String
The name of the segment definition.
4658 4659 4660 4661 4662 4663 4664 4665 4666 4667 4668 4669 4670 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4658 class GetSegmentDefinitionResponse < Struct.new( :segment_definition_name, :display_name, :description, :segment_groups, :segment_definition_arn, :created_at, :tags, :segment_sql_query, :segment_type) SENSITIVE = [:description, :segment_groups, :segment_sql_query] include Aws::Structure end |
#segment_groups ⇒ Types::SegmentGroup
The segment criteria associated with this definition.
4658 4659 4660 4661 4662 4663 4664 4665 4666 4667 4668 4669 4670 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4658 class GetSegmentDefinitionResponse < Struct.new( :segment_definition_name, :display_name, :description, :segment_groups, :segment_definition_arn, :created_at, :tags, :segment_sql_query, :segment_type) SENSITIVE = [:description, :segment_groups, :segment_sql_query] include Aws::Structure end |
#segment_sql_query ⇒ String
The segment SQL query.
4658 4659 4660 4661 4662 4663 4664 4665 4666 4667 4668 4669 4670 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4658 class GetSegmentDefinitionResponse < Struct.new( :segment_definition_name, :display_name, :description, :segment_groups, :segment_definition_arn, :created_at, :tags, :segment_sql_query, :segment_type) SENSITIVE = [:description, :segment_groups, :segment_sql_query] include Aws::Structure end |
#segment_type ⇒ String
The segment type.
Classic : Segments created using traditional SegmentGroup structure
Enhanced : Segments created using SQL queries
4658 4659 4660 4661 4662 4663 4664 4665 4666 4667 4668 4669 4670 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4658 class GetSegmentDefinitionResponse < Struct.new( :segment_definition_name, :display_name, :description, :segment_groups, :segment_definition_arn, :created_at, :tags, :segment_sql_query, :segment_type) 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.
4658 4659 4660 4661 4662 4663 4664 4665 4666 4667 4668 4669 4670 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4658 class GetSegmentDefinitionResponse < Struct.new( :segment_definition_name, :display_name, :description, :segment_groups, :segment_definition_arn, :created_at, :tags, :segment_sql_query, :segment_type) SENSITIVE = [:description, :segment_groups, :segment_sql_query] include Aws::Structure end |