Class: Aws::IoTSiteWise::Types::DescribeBulkImportJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DescribeBulkImportJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The ID of the job.
-
#workspace_name ⇒ String
The name of the workspace.
Instance Attribute Details
#job_id ⇒ String
The ID of the job.
6692 6693 6694 6695 6696 6697 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 6692 class DescribeBulkImportJobRequest < Struct.new( :job_id, :workspace_name) SENSITIVE = [] include Aws::Structure end |
#workspace_name ⇒ String
The name of the workspace.
6692 6693 6694 6695 6696 6697 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 6692 class DescribeBulkImportJobRequest < Struct.new( :job_id, :workspace_name) SENSITIVE = [] include Aws::Structure end |