Class: Aws::Types::CreatePackageResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreatePackageResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#package_arn ⇒ ::String
Returns the value of attribute package_arn.
-
#package_name ⇒ ::String
Returns the value of attribute package_name.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1040 1041 1042 |
# File 'sig/types.rbs', line 1040 def description @description end |
#package_arn ⇒ ::String
Returns the value of attribute package_arn.
1039 1040 1041 |
# File 'sig/types.rbs', line 1039 def package_arn @package_arn end |
#package_name ⇒ ::String
Returns the value of attribute package_name.
1038 1039 1040 |
# File 'sig/types.rbs', line 1038 def package_name @package_name end |