Class: Aws::Types::Function
- Inherits:
-
Object
- Object
- Aws::Types::Function
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#function_arn ⇒ ::String
Returns the value of attribute function_arn.
-
#function_configuration ⇒ Types::FunctionConfiguration
Returns the value of attribute function_configuration.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#function_arn ⇒ ::String
Returns the value of attribute function_arn.
546 547 548 |
# File 'sig/types.rbs', line 546 def function_arn @function_arn end |
#function_configuration ⇒ Types::FunctionConfiguration
Returns the value of attribute function_configuration.
547 548 549 |
# File 'sig/types.rbs', line 547 def function_configuration @function_configuration end |
#id ⇒ ::String
Returns the value of attribute id.
548 549 550 |
# File 'sig/types.rbs', line 548 def id @id end |