Class: Aws::Panorama::Types::CreateNodeFromTemplateJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::CreateNodeFromTemplateJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-panorama/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The job’s ID.
Instance Attribute Details
#job_id ⇒ String
The job’s ID.
303 304 305 306 307 |
# File 'lib/aws-sdk-panorama/types.rb', line 303 class CreateNodeFromTemplateJobResponse < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |