Class: Aws::DataExchange::Types::GetJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::GetJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dataexchange/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The unique identifier for a job.
Instance Attribute Details
#job_id ⇒ String
The unique identifier for a job.
1789 1790 1791 1792 1793 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 1789 class GetJobRequest < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |