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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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_at ⇒ Time

When the segment definition was created.

Returns:

  • (Time)


10250
10251
10252
10253
10254
10255
10256
10257
10258
10259
10260
# File 'lib/aws-sdk-customerprofiles/types.rb', line 10250

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

#description ⇒ String

The description of the segment definition.

Returns:

  • (String)


10250
10251
10252
10253
10254
10255
10256
10257
10258
10259
10260
# File 'lib/aws-sdk-customerprofiles/types.rb', line 10250

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_name ⇒ String

Display name of the segment definition.

Returns:

  • (String)


10250
10251
10252
10253
10254
10255
10256
10257
10258
10259
10260
# File 'lib/aws-sdk-customerprofiles/types.rb', line 10250

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_arn ⇒ String

The arn of the segment definition.

Returns:

  • (String)


10250
10251
10252
10253
10254
10255
10256
10257
10258
10259
10260
# File 'lib/aws-sdk-customerprofiles/types.rb', line 10250

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_name ⇒ String

Name of the segment definition.

Returns:

  • (String)


10250
10251
10252
10253
10254
10255
10256
10257
10258
10259
10260
# File 'lib/aws-sdk-customerprofiles/types.rb', line 10250

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_type ⇒ String

The segment type.

Classic : Segments created using traditional SegmentGroup structure

Enhanced : Segments created using SQL queries

Returns:

  • (String)


10250
10251
10252
10253
10254
10255
10256
10257
10258
10259
10260
# File 'lib/aws-sdk-customerprofiles/types.rb', line 10250

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

#tags ⇒ Hash<String,String>

The tags belonging to the segment definition.

Returns:

  • (Hash<String,String>)


10250
10251
10252
10253
10254
10255
10256
10257
10258
10259
10260
# File 'lib/aws-sdk-customerprofiles/types.rb', line 10250

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