Class: Aws::Types::GetFunctionDefinitionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetFunctionDefinitionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_timestamp ⇒ ::String
Returns the value of attribute creation_timestamp.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_updated_timestamp ⇒ ::String
Returns the value of attribute last_updated_timestamp.
-
#latest_version ⇒ ::String
Returns the value of attribute latest_version.
-
#latest_version_arn ⇒ ::String
Returns the value of attribute latest_version_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
766 767 768 |
# File 'sig/types.rbs', line 766 def arn @arn end |
#creation_timestamp ⇒ ::String
Returns the value of attribute creation_timestamp.
767 768 769 |
# File 'sig/types.rbs', line 767 def @creation_timestamp end |
#id ⇒ ::String
Returns the value of attribute id.
768 769 770 |
# File 'sig/types.rbs', line 768 def id @id end |
#last_updated_timestamp ⇒ ::String
Returns the value of attribute last_updated_timestamp.
769 770 771 |
# File 'sig/types.rbs', line 769 def @last_updated_timestamp end |
#latest_version ⇒ ::String
Returns the value of attribute latest_version.
770 771 772 |
# File 'sig/types.rbs', line 770 def latest_version @latest_version end |
#latest_version_arn ⇒ ::String
Returns the value of attribute latest_version_arn.
771 772 773 |
# File 'sig/types.rbs', line 771 def latest_version_arn @latest_version_arn end |
#name ⇒ ::String
Returns the value of attribute name.
772 773 774 |
# File 'sig/types.rbs', line 772 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
773 774 775 |
# File 'sig/types.rbs', line 773 def @tags end |