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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpoint/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)


11296
11297
11298
11299
11300
11301
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11296

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

#versionInteger

The version number of the segment.

Returns:

  • (Integer)


11296
11297
11298
11299
11300
11301
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11296

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