Class: Aws::Types::CreatePackageResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreatePackageResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#package_id ⇒ ::String
Returns the value of attribute package_id.
-
#storage_location ⇒ Types::StorageLocation
Returns the value of attribute storage_location.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
118 119 120 |
# File 'sig/types.rbs', line 118 def arn @arn end |
#package_id ⇒ ::String
Returns the value of attribute package_id.
119 120 121 |
# File 'sig/types.rbs', line 119 def package_id @package_id end |
#storage_location ⇒ Types::StorageLocation
Returns the value of attribute storage_location.
120 121 122 |
# File 'sig/types.rbs', line 120 def storage_location @storage_location end |