Class: Aws::Types::PublishVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::PublishVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code_sha_256 ⇒ ::String
Returns the value of attribute code_sha_256.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#function_name ⇒ ::String
Returns the value of attribute function_name.
-
#publish_to ⇒ "LATEST_PUBLISHED"
Returns the value of attribute publish_to.
-
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
Instance Attribute Details
#code_sha_256 ⇒ ::String
Returns the value of attribute code_sha_256.
1766 1767 1768 |
# File 'sig/types.rbs', line 1766 def code_sha_256 @code_sha_256 end |
#description ⇒ ::String
Returns the value of attribute description.
1767 1768 1769 |
# File 'sig/types.rbs', line 1767 def description @description end |
#function_name ⇒ ::String
Returns the value of attribute function_name.
1765 1766 1767 |
# File 'sig/types.rbs', line 1765 def function_name @function_name end |
#publish_to ⇒ "LATEST_PUBLISHED"
Returns the value of attribute publish_to.
1769 1770 1771 |
# File 'sig/types.rbs', line 1769 def publish_to @publish_to end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
1768 1769 1770 |
# File 'sig/types.rbs', line 1768 def revision_id @revision_id end |