Class: Aws::Pinpoint::Types::GetSegmentRequest

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

Returns:

  • (String)


5856
5857
5858
5859
5860
# File 'lib/aws-sdk-pinpoint/types.rb', line 5856

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

#segment_idString

Returns:

  • (String)


5856
5857
5858
5859
5860
# File 'lib/aws-sdk-pinpoint/types.rb', line 5856

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