Class: Aws::Pinpoint::Types::CreateExportJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::CreateExportJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Note:
When making an API call, you may pass CreateExportJobRequest data as a hash:
{
application_id: "__string", # required
export_job_request: { # required
role_arn: "__string", # required
s3_url_prefix: "__string", # required
segment_id: "__string",
segment_version: 1,
},
}
Instance Attribute Summary collapse
- #application_id ⇒ String
-
#export_job_request ⇒ Types::ExportJobRequest
Specifies the settings for a job that exports endpoint definitions to an Amazon Simple Storage Service (Amazon S3) bucket.
Instance Attribute Details
#application_id ⇒ String
3531 3532 3533 3534 3535 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 3531 class CreateExportJobRequest < Struct.new( :application_id, :export_job_request) include Aws::Structure end |
#export_job_request ⇒ Types::ExportJobRequest
Specifies the settings for a job that exports endpoint definitions to an Amazon Simple Storage Service (Amazon S3) bucket.
3531 3532 3533 3534 3535 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 3531 class CreateExportJobRequest < Struct.new( :application_id, :export_job_request) include Aws::Structure end |