Class: Aws::Panorama::Types::DescribePackageResponse

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)


1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1106

class DescribePackageResponse < Struct.new(
  :arn,
  :created_time,
  :package_id,
  :package_name,
  :read_access_principal_arns,
  :storage_location,
  :tags,
  :write_access_principal_arns)
  SENSITIVE = []
  include Aws::Structure
end

#created_timeTime

When the package was created.

Returns:

  • (Time)


1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1106

class DescribePackageResponse < Struct.new(
  :arn,
  :created_time,
  :package_id,
  :package_name,
  :read_access_principal_arns,
  :storage_location,
  :tags,
  :write_access_principal_arns)
  SENSITIVE = []
  include Aws::Structure
end

#package_idString

The package's ID.

Returns:

  • (String)


1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1106

class DescribePackageResponse < Struct.new(
  :arn,
  :created_time,
  :package_id,
  :package_name,
  :read_access_principal_arns,
  :storage_location,
  :tags,
  :write_access_principal_arns)
  SENSITIVE = []
  include Aws::Structure
end

#package_nameString

The package's name.

Returns:

  • (String)


1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1106

class DescribePackageResponse < Struct.new(
  :arn,
  :created_time,
  :package_id,
  :package_name,
  :read_access_principal_arns,
  :storage_location,
  :tags,
  :write_access_principal_arns)
  SENSITIVE = []
  include Aws::Structure
end

#read_access_principal_arnsArray<String>

ARNs of accounts that have read access to the package.

Returns:

  • (Array<String>)


1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1106

class DescribePackageResponse < Struct.new(
  :arn,
  :created_time,
  :package_id,
  :package_name,
  :read_access_principal_arns,
  :storage_location,
  :tags,
  :write_access_principal_arns)
  SENSITIVE = []
  include Aws::Structure
end

#storage_locationTypes::StorageLocation

The package's storage location.



1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1106

class DescribePackageResponse < Struct.new(
  :arn,
  :created_time,
  :package_id,
  :package_name,
  :read_access_principal_arns,
  :storage_location,
  :tags,
  :write_access_principal_arns)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The package's tags.

Returns:

  • (Hash<String,String>)


1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1106

class DescribePackageResponse < Struct.new(
  :arn,
  :created_time,
  :package_id,
  :package_name,
  :read_access_principal_arns,
  :storage_location,
  :tags,
  :write_access_principal_arns)
  SENSITIVE = []
  include Aws::Structure
end

#write_access_principal_arnsArray<String>

ARNs of accounts that have write access to the package.

Returns:

  • (Array<String>)


1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1106

class DescribePackageResponse < Struct.new(
  :arn,
  :created_time,
  :package_id,
  :package_name,
  :read_access_principal_arns,
  :storage_location,
  :tags,
  :write_access_principal_arns)
  SENSITIVE = []
  include Aws::Structure
end