Class: Aws::Types::CreatePackageVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreatePackageVersionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#error_reason ⇒ ::String
Returns the value of attribute error_reason.
-
#package_name ⇒ ::String
Returns the value of attribute package_name.
-
#package_version_arn ⇒ ::String
Returns the value of attribute package_version_arn.
-
#status ⇒ "DRAFT", ...
Returns the value of attribute status.
-
#version_name ⇒ ::String
Returns the value of attribute version_name.
Instance Attribute Details
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
1061 1062 1063 |
# File 'sig/types.rbs', line 1061 def attributes @attributes end |
#description ⇒ ::String
Returns the value of attribute description.
1060 1061 1062 |
# File 'sig/types.rbs', line 1060 def description @description end |
#error_reason ⇒ ::String
Returns the value of attribute error_reason.
1063 1064 1065 |
# File 'sig/types.rbs', line 1063 def error_reason @error_reason end |
#package_name ⇒ ::String
Returns the value of attribute package_name.
1058 1059 1060 |
# File 'sig/types.rbs', line 1058 def package_name @package_name end |
#package_version_arn ⇒ ::String
Returns the value of attribute package_version_arn.
1057 1058 1059 |
# File 'sig/types.rbs', line 1057 def package_version_arn @package_version_arn end |
#status ⇒ "DRAFT", ...
Returns the value of attribute status.
1062 1063 1064 |
# File 'sig/types.rbs', line 1062 def status @status end |
#version_name ⇒ ::String
Returns the value of attribute version_name.
1059 1060 1061 |
# File 'sig/types.rbs', line 1059 def version_name @version_name end |