Class: Aws::Types::CreatePackageVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePackageVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#artifact ⇒ Types::PackageVersionArtifact
Returns the value of attribute artifact.
-
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
-
#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.
-
#recipe ⇒ ::String
Returns the value of attribute recipe.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#version_name ⇒ ::String
Returns the value of attribute version_name.
Instance Attribute Details
#artifact ⇒ Types::PackageVersionArtifact
Returns the value of attribute artifact.
1049 1050 1051 |
# File 'sig/types.rbs', line 1049 def artifact @artifact end |
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
1048 1049 1050 |
# File 'sig/types.rbs', line 1048 def attributes @attributes end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
1052 1053 1054 |
# File 'sig/types.rbs', line 1052 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
1047 1048 1049 |
# File 'sig/types.rbs', line 1047 def description @description end |
#package_name ⇒ ::String
Returns the value of attribute package_name.
1045 1046 1047 |
# File 'sig/types.rbs', line 1045 def package_name @package_name end |
#recipe ⇒ ::String
Returns the value of attribute recipe.
1050 1051 1052 |
# File 'sig/types.rbs', line 1050 def recipe @recipe end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1051 1052 1053 |
# File 'sig/types.rbs', line 1051 def @tags end |
#version_name ⇒ ::String
Returns the value of attribute version_name.
1046 1047 1048 |
# File 'sig/types.rbs', line 1046 def version_name @version_name end |