Class: Aws::Types::Function
- Inherits:
-
Object
- Object
- Aws::Types::Function
- 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.
1231 1232 1233 |
# File 'sig/types.rbs', line 1231 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1230 1231 1232 |
# File 'sig/types.rbs', line 1230 def name @name end |
#parameters ⇒ ::Hash[::String, Types::ParameterDetail]
Returns the value of attribute parameters.
1232 1233 1234 |
# File 'sig/types.rbs', line 1232 def parameters @parameters end |
#require_confirmation ⇒ "ENABLED", "DISABLED"
Returns the value of attribute require_confirmation.
1233 1234 1235 |
# File 'sig/types.rbs', line 1233 def require_confirmation @require_confirmation end |