Class: Aws::Pinpoint::Types::CreateExportJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::CreateExportJobRequest
- Includes:
- Structure
- Defined in:
- 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
2763 2764 2765 2766 2767 2768 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2763 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.
2763 2764 2765 2766 2767 2768 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2763 class CreateExportJobRequest < Struct.new( :application_id, :export_job_request) SENSITIVE = [] include Aws::Structure end |