Class: Aws::CustomerProfiles::Types::SourceSegment
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::SourceSegment
- Includes:
- Structure
- Defined in:
- 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.
6796 6797 6798 6799 6800 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6796 class SourceSegment < Struct.new( :segment_definition_name) SENSITIVE = [] include Aws::Structure end |