Class: Aws::Pinpoint::Types::GetSegmentVersionRequest

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 GetSegmentVersionRequest data as a hash:

{
  application_id: "__string", # required
  segment_id: "__string", # required
  version: "__string", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

Returns:

  • (String)


4851
4852
4853
4854
4855
4856
# File 'lib/aws-sdk-pinpoint/types.rb', line 4851

class GetSegmentVersionRequest < Struct.new(
  :application_id,
  :segment_id,
  :version)
  include Aws::Structure
end

#segment_idString

Returns:

  • (String)


4851
4852
4853
4854
4855
4856
# File 'lib/aws-sdk-pinpoint/types.rb', line 4851

class GetSegmentVersionRequest < Struct.new(
  :application_id,
  :segment_id,
  :version)
  include Aws::Structure
end

#versionString

Returns:

  • (String)


4851
4852
4853
4854
4855
4856
# File 'lib/aws-sdk-pinpoint/types.rb', line 4851

class GetSegmentVersionRequest < Struct.new(
  :application_id,
  :segment_id,
  :version)
  include Aws::Structure
end