Class: Aws::CustomerProfiles::Types::GetSegmentDefinitionRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-customerprofiles/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_name ⇒ String

The unique name of the domain.

Returns:

  • (String)


5261
5262
5263
5264
5265
5266
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5261

class GetSegmentDefinitionRequest < Struct.new(
  :domain_name,
  :segment_definition_name)
  SENSITIVE = []
  include Aws::Structure
end

#segment_definition_name ⇒ String

The unique name of the segment definition.

Returns:

  • (String)


5261
5262
5263
5264
5265
5266
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5261

class GetSegmentDefinitionRequest < Struct.new(
  :domain_name,
  :segment_definition_name)
  SENSITIVE = []
  include Aws::Structure
end