Class: Aws::CustomerProfiles::Types::SegmentDefinitionItem

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb

Overview

Object holding the segment definition fields.

Constant Summary collapse

SENSITIVE =
[:description]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

When the segment definition was created.

Returns:

  • (Time)


8798
8799
8800
8801
8802
8803
8804
8805
8806
8807
8808
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 8798

class SegmentDefinitionItem < Struct.new(
  :segment_definition_name,
  :display_name,
  :description,
  :segment_definition_arn,
  :created_at,
  :tags,
  :segment_type)
  SENSITIVE = [:description]
  include Aws::Structure
end

#descriptionString

The description of the segment definition.

Returns:

  • (String)


8798
8799
8800
8801
8802
8803
8804
8805
8806
8807
8808
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 8798

class SegmentDefinitionItem < Struct.new(
  :segment_definition_name,
  :display_name,
  :description,
  :segment_definition_arn,
  :created_at,
  :tags,
  :segment_type)
  SENSITIVE = [:description]
  include Aws::Structure
end

#display_nameString

Display name of the segment definition.

Returns:

  • (String)


8798
8799
8800
8801
8802
8803
8804
8805
8806
8807
8808
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 8798

class SegmentDefinitionItem < Struct.new(
  :segment_definition_name,
  :display_name,
  :description,
  :segment_definition_arn,
  :created_at,
  :tags,
  :segment_type)
  SENSITIVE = [:description]
  include Aws::Structure
end

#segment_definition_arnString

The arn of the segment definition.

Returns:

  • (String)


8798
8799
8800
8801
8802
8803
8804
8805
8806
8807
8808
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 8798

class SegmentDefinitionItem < Struct.new(
  :segment_definition_name,
  :display_name,
  :description,
  :segment_definition_arn,
  :created_at,
  :tags,
  :segment_type)
  SENSITIVE = [:description]
  include Aws::Structure
end

#segment_definition_nameString

Name of the segment definition.

Returns:

  • (String)


8798
8799
8800
8801
8802
8803
8804
8805
8806
8807
8808
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 8798

class SegmentDefinitionItem < Struct.new(
  :segment_definition_name,
  :display_name,
  :description,
  :segment_definition_arn,
  :created_at,
  :tags,
  :segment_type)
  SENSITIVE = [:description]
  include Aws::Structure
end

#segment_typeString

The segment type.

Classic : Segments created using traditional SegmentGroup structure

Enhanced : Segments created using SQL queries

Returns:

  • (String)


8798
8799
8800
8801
8802
8803
8804
8805
8806
8807
8808
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 8798

class SegmentDefinitionItem < Struct.new(
  :segment_definition_name,
  :display_name,
  :description,
  :segment_definition_arn,
  :created_at,
  :tags,
  :segment_type)
  SENSITIVE = [:description]
  include Aws::Structure
end

#tagsHash<String,String>

The tags belonging to the segment definition.

Returns:

  • (Hash<String,String>)


8798
8799
8800
8801
8802
8803
8804
8805
8806
8807
8808
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 8798

class SegmentDefinitionItem < Struct.new(
  :segment_definition_name,
  :display_name,
  :description,
  :segment_definition_arn,
  :created_at,
  :tags,
  :segment_type)
  SENSITIVE = [:description]
  include Aws::Structure
end