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

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

Overview

Specifies the segment identifier and version of a segment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The unique identifier for the segment.

Returns:

  • (String)


11272
11273
11274
11275
11276
11277
# File 'lib/aws-sdk-pinpoint/types.rb', line 11272

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

#versionInteger

The version number of the segment.

Returns:

  • (Integer)


11272
11273
11274
11275
11276
11277
# File 'lib/aws-sdk-pinpoint/types.rb', line 11272

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