Class: Aws::CustomerProfiles::Types::SourceSegment
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::SourceSegment
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
The source segments to build off of.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#segment_definition_name ⇒ String
The unique name of the segment definition.
Instance Attribute Details
#segment_definition_name ⇒ String
The unique name of the segment definition.
7507 7508 7509 7510 7511 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 7507 class SourceSegment < Struct.new( :segment_definition_name) SENSITIVE = [] include Aws::Structure end |