Class: Aws::Panorama::Types::CreatePackageResponse

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

#arnString

The package's ARN.

Returns:

  • (String)


384
385
386
387
388
389
390
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 384

class CreatePackageResponse < Struct.new(
  :arn,
  :package_id,
  :storage_location)
  SENSITIVE = []
  include Aws::Structure
end

#package_idString

The package's ID.

Returns:

  • (String)


384
385
386
387
388
389
390
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 384

class CreatePackageResponse < Struct.new(
  :arn,
  :package_id,
  :storage_location)
  SENSITIVE = []
  include Aws::Structure
end

#storage_locationTypes::StorageLocation

The package's storage location.



384
385
386
387
388
389
390
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 384

class CreatePackageResponse < Struct.new(
  :arn,
  :package_id,
  :storage_location)
  SENSITIVE = []
  include Aws::Structure
end