Class: Aws::CustomerProfiles::Types::CreateSegmentDefinitionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::CreateSegmentDefinitionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description]
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.
-
#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.
1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1570 class CreateSegmentDefinitionResponse < Struct.new( :segment_definition_name, :display_name, :description, :created_at, :segment_definition_arn, :tags) SENSITIVE = [:description] include Aws::Structure end |
#description ⇒ String
The description of the segment definition.
1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1570 class CreateSegmentDefinitionResponse < Struct.new( :segment_definition_name, :display_name, :description, :created_at, :segment_definition_arn, :tags) SENSITIVE = [:description] include Aws::Structure end |
#display_name ⇒ String
The display name of the segment definition.
1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1570 class CreateSegmentDefinitionResponse < Struct.new( :segment_definition_name, :display_name, :description, :created_at, :segment_definition_arn, :tags) SENSITIVE = [:description] include Aws::Structure end |
#segment_definition_arn ⇒ String
The arn of the segment definition.
1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1570 class CreateSegmentDefinitionResponse < Struct.new( :segment_definition_name, :display_name, :description, :created_at, :segment_definition_arn, :tags) SENSITIVE = [:description] include Aws::Structure end |
#segment_definition_name ⇒ String
The name of the segment definition.
1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1570 class CreateSegmentDefinitionResponse < Struct.new( :segment_definition_name, :display_name, :description, :created_at, :segment_definition_arn, :tags) SENSITIVE = [:description] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1570 class CreateSegmentDefinitionResponse < Struct.new( :segment_definition_name, :display_name, :description, :created_at, :segment_definition_arn, :tags) SENSITIVE = [:description] include Aws::Structure end |