Class: Aws::Pinpoint::Types::GetExportJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetExportJobRequest
- 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
6647 6648 6649 6650 6651 6652 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 6647 class GetExportJobRequest < Struct.new( :application_id, :job_id) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
6647 6648 6649 6650 6651 6652 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 6647 class GetExportJobRequest < Struct.new( :application_id, :job_id) SENSITIVE = [] include Aws::Structure end |