Class: Aws::Types::CreatePackageRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePackageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#package_name ⇒ ::String
Returns the value of attribute package_name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#package_name ⇒ ::String
Returns the value of attribute package_name.
112 113 114 |
# File 'sig/types.rbs', line 112 def package_name @package_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
113 114 115 |
# File 'sig/types.rbs', line 113 def end |