Class: Aws::Pinpoint::Types::GetSegmentExportJobsRequest

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 GetSegmentExportJobsRequest 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)


4736
4737
4738
4739
4740
4741
4742
# File 'lib/aws-sdk-pinpoint/types.rb', line 4736

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

#page_sizeString

Returns:

  • (String)


4736
4737
4738
4739
4740
4741
4742
# File 'lib/aws-sdk-pinpoint/types.rb', line 4736

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

#segment_idString

Returns:

  • (String)


4736
4737
4738
4739
4740
4741
4742
# File 'lib/aws-sdk-pinpoint/types.rb', line 4736

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

#tokenString

Returns:

  • (String)


4736
4737
4738
4739
4740
4741
4742
# File 'lib/aws-sdk-pinpoint/types.rb', line 4736

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