Class: Aws::CustomerProfiles::Types::SegmentDefinitionItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::SegmentDefinitionItem
- 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
-
#created_at ⇒ Time
When the segment definition was created.
-
#description ⇒ String
The description of the segment definition.
-
#display_name ⇒ String
Display name of the segment definition.
-
#segment_definition_arn ⇒ String
The arn of the segment definition.
-
#segment_definition_name ⇒ String
Name of the segment definition.
-
#tags ⇒ Hash<String,String>
The tags belonging to the segment definition.
Instance Attribute Details
#created_at ⇒ Time
When the segment definition was created.
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 |
#description ⇒ String
The description of the segment definition.
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_name ⇒ String
Display name of the segment definition.
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_arn ⇒ String
The arn of the segment definition.
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_name ⇒ String
Name of the segment definition.
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 |
#tags ⇒ Hash<String,String>
The tags belonging to the segment definition.
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 |