Class: Aws::Pinpoint::Types::GetSegmentImportJobsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetSegmentImportJobsRequest
- 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_id ⇒ String
2866 2867 2868 2869 2870 2871 2872 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2866 class GetSegmentImportJobsRequest < Struct.new( :application_id, :page_size, :segment_id, :token) include Aws::Structure end |
#page_size ⇒ String
2866 2867 2868 2869 2870 2871 2872 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2866 class GetSegmentImportJobsRequest < Struct.new( :application_id, :page_size, :segment_id, :token) include Aws::Structure end |
#segment_id ⇒ String
2866 2867 2868 2869 2870 2871 2872 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2866 class GetSegmentImportJobsRequest < Struct.new( :application_id, :page_size, :segment_id, :token) include Aws::Structure end |
#token ⇒ String
2866 2867 2868 2869 2870 2871 2872 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2866 class GetSegmentImportJobsRequest < Struct.new( :application_id, :page_size, :segment_id, :token) include Aws::Structure end |