Class: Aws::Panorama::Types::DescribePackageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::DescribePackageResponse
- Includes:
- Structure
- Defined in:
- 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.
1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 |
# File '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_time ⇒ Time
When the package was created.
1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 |
# File '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_id ⇒ String
The package’s ID.
1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 |
# File '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_name ⇒ String
The package’s name.
1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 |
# File '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_arns ⇒ Array<String>
ARNs of accounts that have read access to the package.
1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 |
# File '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_location ⇒ Types::StorageLocation
The package’s storage location.
1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 |
# File '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 |
#tags ⇒ Hash<String,String>
The package’s tags.
1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 |
# File '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_arns ⇒ Array<String>
ARNs of accounts that have write access to the package.
1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 |
# File '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 |