Class: Aws::Panorama::Types::DescribePackageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::DescribePackageResponse
- Defined in:
- gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The package's ARN.
-
#created_time ⇒ Time
When the package was created.
-
#package_id ⇒ String
The package's ID.
-
#package_name ⇒ String
The package's name.
-
#read_access_principal_arns ⇒ Array<String>
ARNs of accounts that have read access to the package.
-
#storage_location ⇒ Types::StorageLocation
The package's storage location.
-
#tags ⇒ Hash<String,String>
The package's tags.
-
#write_access_principal_arns ⇒ Array<String>
ARNs of accounts that have write access to the package.
Instance Attribute Details
#arn ⇒ String
The package's ARN.
1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1259 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_time ⇒ Time
When the package was created.
1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1259 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_id ⇒ String
The package's ID.
1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1259 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_name ⇒ String
The package's name.
1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1259 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_arns ⇒ Array<String>
ARNs of accounts that have read access to the package.
1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1259 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_location ⇒ Types::StorageLocation
The package's storage location.
1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1259 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 |
#tags ⇒ Hash<String,String>
The package's tags.
1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1259 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_arns ⇒ Array<String>
ARNs of accounts that have write access to the package.
1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1259 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 |