Class: Aws::Types::FunctionParameter
- Inherits:
-
Object
- Object
- Aws::Types::FunctionParameter
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
1017 1018 1019 |
# File 'sig/types.rbs', line 1017 def name @name end |
#type ⇒ ::String
Returns the value of attribute type.
1018 1019 1020 |
# File 'sig/types.rbs', line 1018 def type @type end |
#value ⇒ ::String
Returns the value of attribute value.
1019 1020 1021 |
# File 'sig/types.rbs', line 1019 def value @value end |