Class: Aws::Pinpoint::Types::GetImportJobsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetImportJobsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Note:
When making an API call, you may pass GetImportJobsRequest data as a hash:
{
application_id: "__string", # required
page_size: "__string",
token: "__string",
}
Instance Attribute Summary collapse
Instance Attribute Details
#application_id ⇒ String
2828 2829 2830 2831 2832 2833 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2828 class GetImportJobsRequest < Struct.new( :application_id, :page_size, :token) include Aws::Structure end |
#page_size ⇒ String
2828 2829 2830 2831 2832 2833 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2828 class GetImportJobsRequest < Struct.new( :application_id, :page_size, :token) include Aws::Structure end |
#token ⇒ String
2828 2829 2830 2831 2832 2833 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2828 class GetImportJobsRequest < Struct.new( :application_id, :page_size, :token) include Aws::Structure end |