You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing SegmentReference as input to an Aws::Client method, you can use a vanilla Hash:

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

Specifies the segment identifier and version of a segment.

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The unique identifier for the segment.

Returns:

  • (String)

    The unique identifier for the segment.

#versionInteger

The version number of the segment.

Returns:

  • (Integer)

    The version number of the segment.