Class: Aws::Types::LambdaDetails
- Inherits:
-
Object
- Object
- Aws::Types::LambdaDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#function_arn ⇒ ::String
Returns the value of attribute function_arn.
-
#function_name ⇒ ::String
Returns the value of attribute function_name.
-
#function_version ⇒ ::String
Returns the value of attribute function_version.
-
#last_modified_at ⇒ ::Time
Returns the value of attribute last_modified_at.
-
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
-
#role ⇒ ::String
Returns the value of attribute role.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1798 1799 1800 |
# File 'sig/types.rbs', line 1798 def description @description end |
#function_arn ⇒ ::String
Returns the value of attribute function_arn.
1796 1797 1798 |
# File 'sig/types.rbs', line 1796 def function_arn @function_arn end |
#function_name ⇒ ::String
Returns the value of attribute function_name.
1797 1798 1799 |
# File 'sig/types.rbs', line 1797 def function_name @function_name end |
#function_version ⇒ ::String
Returns the value of attribute function_version.
1801 1802 1803 |
# File 'sig/types.rbs', line 1801 def function_version @function_version end |
#last_modified_at ⇒ ::Time
Returns the value of attribute last_modified_at.
1799 1800 1801 |
# File 'sig/types.rbs', line 1799 def last_modified_at @last_modified_at end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
1800 1801 1802 |
# File 'sig/types.rbs', line 1800 def revision_id @revision_id end |
#role ⇒ ::String
Returns the value of attribute role.
1802 1803 1804 |
# File 'sig/types.rbs', line 1802 def role @role end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1804 1805 1806 |
# File 'sig/types.rbs', line 1804 def @tags end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
1803 1804 1805 |
# File 'sig/types.rbs', line 1803 def vpc_config @vpc_config end |