Class: Aws::CustomerProfiles::Types::GetSegmentDefinitionResponse

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, :segment_sql_query]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp of when the segment definition was created.

Returns:

  • (Time)


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

#descriptionString

The description of the segment definition.

Returns:

  • (String)


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_nameString

The display name of the segment definition.

Returns:

  • (String)


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_arnString

The arn of the segment definition.

Returns:

  • (String)


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_nameString

The name of the segment definition.

Returns:

  • (String)


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_groupsTypes::SegmentGroup

The segment criteria associated with this definition.

Returns:



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_queryString

The segment SQL query.

Returns:

  • (String)


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_typeString

The segment type.

Classic : Segments created using traditional SegmentGroup structure

Enhanced : Segments created using SQL queries

Returns:

  • (String)


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

#tagsHash<String,String>

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

Returns:

  • (Hash<String,String>)


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