Class: Aws::Pinpoint::Types::CreateExportJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::CreateExportJobRequest
- Defined in:
- gems/aws-sdk-pinpoint/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,
},
}
Constant Summary collapse
- SENSITIVE =
[]
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
4054 4055 4056 4057 4058 4059 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 4054 class CreateExportJobRequest < Struct.new( :application_id, :export_job_request) SENSITIVE = [] 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.
4054 4055 4056 4057 4058 4059 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 4054 class CreateExportJobRequest < Struct.new( :application_id, :export_job_request) SENSITIVE = [] include Aws::Structure end |