Class: Aws::Pinpoint::Types::SegmentReference

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

Overview

Note:

When making an API call, you may pass SegmentReference data as a hash:

{
  id: "__string",
  version: 1,
}

Segment reference.

Instance Attribute Summary collapse

Instance Attribute Details

#idString

A unique identifier for the segment.

Returns:

  • (String)


8252
8253
8254
8255
8256
# File 'lib/aws-sdk-pinpoint/types.rb', line 8252

class SegmentReference < Struct.new(
  :id,
  :version)
  include Aws::Structure
end

#versionInteger

If specified contains a specific version of the segment included.

Returns:

  • (Integer)


8252
8253
8254
8255
8256
# File 'lib/aws-sdk-pinpoint/types.rb', line 8252

class SegmentReference < Struct.new(
  :id,
  :version)
  include Aws::Structure
end