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.
1081 1082 1083 |
# File 'sig/types.rbs', line 1081 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1082 1083 1084 |
# File 'sig/types.rbs', line 1082 def name @name end |
#parameters ⇒ ::Hash[::String, Types::ParameterDetail]
Returns the value of attribute parameters.
1083 1084 1085 |
# File 'sig/types.rbs', line 1083 def parameters @parameters end |
#require_confirmation ⇒ "ENABLED", "DISABLED"
Returns the value of attribute require_confirmation.
1084 1085 1086 |
# File 'sig/types.rbs', line 1084 def require_confirmation @require_confirmation end |