Class: Aws::CustomerProfiles::Types::GetSegmentSnapshotRequest

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_nameString

The unique identifier of the domain.

Returns:

  • (String)


4990
4991
4992
4993
4994
4995
4996
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4990

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

#segment_definition_nameString

The unique name of the segment definition.

Returns:

  • (String)


4990
4991
4992
4993
4994
4995
4996
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4990

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

#snapshot_idString

The unique identifier of the segment snapshot.

Returns:

  • (String)


4990
4991
4992
4993
4994
4995
4996
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4990

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