Class: Aws::Types::FunctionSummary
- Inherits:
-
Object
- Object
- Aws::Types::FunctionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#function_config ⇒ Types::FunctionConfig
Returns the value of attribute function_config.
-
#function_metadata ⇒ Types::FunctionMetadata
Returns the value of attribute function_metadata.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#function_config ⇒ Types::FunctionConfig
Returns the value of attribute function_config.
1475 1476 1477 |
# File 'sig/types.rbs', line 1475 def function_config @function_config end |
#function_metadata ⇒ Types::FunctionMetadata
Returns the value of attribute function_metadata.
1476 1477 1478 |
# File 'sig/types.rbs', line 1476 def @function_metadata end |
#name ⇒ ::String
Returns the value of attribute name.
1473 1474 1475 |
# File 'sig/types.rbs', line 1473 def name @name end |
#status ⇒ ::String
Returns the value of attribute status.
1474 1475 1476 |
# File 'sig/types.rbs', line 1474 def status @status end |