Class: Aws::CustomerProfiles::Types::GetSegmentDefinitionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::GetSegmentDefinitionRequest
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The unique name of the domain.
-
#segment_definition_name ⇒ String
The unique name of the segment definition.
Instance Attribute Details
#domain_name ⇒ String
The unique name of the domain.
3877 3878 3879 3880 3881 3882 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3877 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.
3877 3878 3879 3880 3881 3882 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3877 class GetSegmentDefinitionRequest < Struct.new( :domain_name, :segment_definition_name) SENSITIVE = [] include Aws::Structure end |