Class: Aws::Pinpoint::Types::GetSegmentImportJobsRequest

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

Returns:

  • (String)


4779
4780
4781
4782
4783
4784
4785
# File 'lib/aws-sdk-pinpoint/types.rb', line 4779

class GetSegmentImportJobsRequest < Struct.new(
  :application_id,
  :page_size,
  :segment_id,
  :token)
  include Aws::Structure
end

#page_sizeString

Returns:

  • (String)


4779
4780
4781
4782
4783
4784
4785
# File 'lib/aws-sdk-pinpoint/types.rb', line 4779

class GetSegmentImportJobsRequest < Struct.new(
  :application_id,
  :page_size,
  :segment_id,
  :token)
  include Aws::Structure
end

#segment_idString

Returns:

  • (String)


4779
4780
4781
4782
4783
4784
4785
# File 'lib/aws-sdk-pinpoint/types.rb', line 4779

class GetSegmentImportJobsRequest < Struct.new(
  :application_id,
  :page_size,
  :segment_id,
  :token)
  include Aws::Structure
end

#tokenString

Returns:

  • (String)


4779
4780
4781
4782
4783
4784
4785
# File 'lib/aws-sdk-pinpoint/types.rb', line 4779

class GetSegmentImportJobsRequest < Struct.new(
  :application_id,
  :page_size,
  :segment_id,
  :token)
  include Aws::Structure
end