Class: Aws::Types::CreatePackageRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePackageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#package_name ⇒ ::String
Returns the value of attribute package_name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1033 1034 1035 |
# File 'sig/types.rbs', line 1033 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
1031 1032 1033 |
# File 'sig/types.rbs', line 1031 def description @description end |
#package_name ⇒ ::String
Returns the value of attribute package_name.
1030 1031 1032 |
# File 'sig/types.rbs', line 1030 def package_name @package_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1032 1033 1034 |
# File 'sig/types.rbs', line 1032 def @tags end |