Class: Aws::Types::FunctionDefinition
- Inherits:
-
Object
- Object
- Aws::Types::FunctionDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#parameters ⇒ ::Hash[::String, Types::ParameterDetail]
Returns the value of attribute parameters.
-
#require_confirmation ⇒ "ENABLED", "DISABLED"
Returns the value of attribute require_confirmation.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
999 1000 1001 |
# File 'sig/types.rbs', line 999 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1000 1001 1002 |
# File 'sig/types.rbs', line 1000 def name @name end |
#parameters ⇒ ::Hash[::String, Types::ParameterDetail]
Returns the value of attribute parameters.
1001 1002 1003 |
# File 'sig/types.rbs', line 1001 def parameters @parameters end |
#require_confirmation ⇒ "ENABLED", "DISABLED"
Returns the value of attribute require_confirmation.
1002 1003 1004 |
# File 'sig/types.rbs', line 1002 def require_confirmation @require_confirmation end |