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
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
2703 2704 2705 2706 2707 2708 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 2703 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.
2703 2704 2705 2706 2707 2708 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 2703 class CreateExportJobRequest < Struct.new( :application_id, :export_job_request) SENSITIVE = [] include Aws::Structure end |