Class: Aws::CustomerProfiles::Types::GetSegmentDefinitionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::GetSegmentDefinitionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description, :segment_groups]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp of when the segment definition was created.
-
#description ⇒ String
The description of the segment definition.
-
#display_name ⇒ String
The display name of the segment definition.
-
#segment_definition_arn ⇒ String
The arn of the segment definition.
-
#segment_definition_name ⇒ String
The name of the segment definition.
-
#segment_groups ⇒ Types::SegmentGroup
The segment criteria associated with this definition.
-
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
Instance Attribute Details
#created_at ⇒ Time
The timestamp of when the segment definition was created.
3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3516 class GetSegmentDefinitionResponse < Struct.new( :segment_definition_name, :display_name, :description, :segment_groups, :segment_definition_arn, :created_at, :tags) SENSITIVE = [:description, :segment_groups] include Aws::Structure end |
#description ⇒ String
The description of the segment definition.
3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3516 class GetSegmentDefinitionResponse < Struct.new( :segment_definition_name, :display_name, :description, :segment_groups, :segment_definition_arn, :created_at, :tags) SENSITIVE = [:description, :segment_groups] include Aws::Structure end |
#display_name ⇒ String
The display name of the segment definition.
3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3516 class GetSegmentDefinitionResponse < Struct.new( :segment_definition_name, :display_name, :description, :segment_groups, :segment_definition_arn, :created_at, :tags) SENSITIVE = [:description, :segment_groups] include Aws::Structure end |
#segment_definition_arn ⇒ String
The arn of the segment definition.
3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3516 class GetSegmentDefinitionResponse < Struct.new( :segment_definition_name, :display_name, :description, :segment_groups, :segment_definition_arn, :created_at, :tags) SENSITIVE = [:description, :segment_groups] include Aws::Structure end |
#segment_definition_name ⇒ String
The name of the segment definition.
3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3516 class GetSegmentDefinitionResponse < Struct.new( :segment_definition_name, :display_name, :description, :segment_groups, :segment_definition_arn, :created_at, :tags) SENSITIVE = [:description, :segment_groups] include Aws::Structure end |
#segment_groups ⇒ Types::SegmentGroup
The segment criteria associated with this definition.
3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3516 class GetSegmentDefinitionResponse < Struct.new( :segment_definition_name, :display_name, :description, :segment_groups, :segment_definition_arn, :created_at, :tags) SENSITIVE = [:description, :segment_groups] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3516 class GetSegmentDefinitionResponse < Struct.new( :segment_definition_name, :display_name, :description, :segment_groups, :segment_definition_arn, :created_at, :tags) SENSITIVE = [:description, :segment_groups] include Aws::Structure end |