Class: Aws::CustomerProfiles::Types::SourceSegment

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#segment_definition_nameString

The unique name of the segment definition.

Returns:

  • (String)


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