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.
1783 1784 1785 |
# File 'sig/types.rbs', line 1783 def code_sha_256 @code_sha_256 end |
#description ⇒ ::String
Returns the value of attribute description.
1784 1785 1786 |
# File 'sig/types.rbs', line 1784 def description @description end |
#function_name ⇒ ::String
Returns the value of attribute function_name.
1782 1783 1784 |
# File 'sig/types.rbs', line 1782 def function_name @function_name end |
#publish_to ⇒ "LATEST_PUBLISHED"
Returns the value of attribute publish_to.
1786 1787 1788 |
# File 'sig/types.rbs', line 1786 def publish_to @publish_to end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
1785 1786 1787 |
# File 'sig/types.rbs', line 1785 def revision_id @revision_id end |