Class: Aws::Panorama::Types::CreatePackageImportJobResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

The job's ID.

Returns:

  • (String)


347
348
349
350
351
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 347

class CreatePackageImportJobResponse < Struct.new(
  :job_id)
  SENSITIVE = []
  include Aws::Structure
end