Class: Aws::Types::DescribePackageResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribePackageResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#package_id ⇒ ::String
Returns the value of attribute package_id.
-
#package_name ⇒ ::String
Returns the value of attribute package_name.
-
#read_access_principal_arns ⇒ ::Array[::String]
Returns the value of attribute read_access_principal_arns.
-
#storage_location ⇒ Types::StorageLocation
Returns the value of attribute storage_location.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#write_access_principal_arns ⇒ ::Array[::String]
Returns the value of attribute write_access_principal_arns.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
314 315 316 |
# File 'sig/types.rbs', line 314 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
315 316 317 |
# File 'sig/types.rbs', line 315 def created_time @created_time end |
#package_id ⇒ ::String
Returns the value of attribute package_id.
316 317 318 |
# File 'sig/types.rbs', line 316 def package_id @package_id end |
#package_name ⇒ ::String
Returns the value of attribute package_name.
317 318 319 |
# File 'sig/types.rbs', line 317 def package_name @package_name end |
#read_access_principal_arns ⇒ ::Array[::String]
Returns the value of attribute read_access_principal_arns.
318 319 320 |
# File 'sig/types.rbs', line 318 def read_access_principal_arns @read_access_principal_arns end |
#storage_location ⇒ Types::StorageLocation
Returns the value of attribute storage_location.
319 320 321 |
# File 'sig/types.rbs', line 319 def storage_location @storage_location end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
320 321 322 |
# File 'sig/types.rbs', line 320 def end |
#write_access_principal_arns ⇒ ::Array[::String]
Returns the value of attribute write_access_principal_arns.
321 322 323 |
# File 'sig/types.rbs', line 321 def write_access_principal_arns @write_access_principal_arns end |