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)


6648
6649
6650
6651
6652
6653
6654
6655
6656
6657
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 6648

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

#descriptionString

The description of the segment definition.

Returns:

  • (String)


6648
6649
6650
6651
6652
6653
6654
6655
6656
6657
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 6648

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

#display_nameString

Display name of the segment definition.

Returns:

  • (String)


6648
6649
6650
6651
6652
6653
6654
6655
6656
6657
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 6648

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

#segment_definition_arnString

The arn of the segment definition.

Returns:

  • (String)


6648
6649
6650
6651
6652
6653
6654
6655
6656
6657
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 6648

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

#segment_definition_nameString

Name of the segment definition.

Returns:

  • (String)


6648
6649
6650
6651
6652
6653
6654
6655
6656
6657
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 6648

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

#tagsHash<String,String>

The tags belonging to the segment definition.

Returns:

  • (Hash<String,String>)


6648
6649
6650
6651
6652
6653
6654
6655
6656
6657
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 6648

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