Class: Aws::Pinpoint::Types::GetSegmentImportJobsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetSegmentImportJobsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#application_id ⇒ String
7223 7224 7225 7226 7227 7228 7229 7230 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 7223 class GetSegmentImportJobsRequest < Struct.new( :application_id, :page_size, :segment_id, :token) SENSITIVE = [] include Aws::Structure end |
#page_size ⇒ String
7223 7224 7225 7226 7227 7228 7229 7230 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 7223 class GetSegmentImportJobsRequest < Struct.new( :application_id, :page_size, :segment_id, :token) SENSITIVE = [] include Aws::Structure end |
#segment_id ⇒ String
7223 7224 7225 7226 7227 7228 7229 7230 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 7223 class GetSegmentImportJobsRequest < Struct.new( :application_id, :page_size, :segment_id, :token) SENSITIVE = [] include Aws::Structure end |
#token ⇒ String
7223 7224 7225 7226 7227 7228 7229 7230 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 7223 class GetSegmentImportJobsRequest < Struct.new( :application_id, :page_size, :segment_id, :token) SENSITIVE = [] include Aws::Structure end |