Class: Aws::Types::ActionTypeProperty
- Inherits:
-
Object
- Object
- Aws::Types::ActionTypeProperty
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#key ⇒ Boolean
Returns the value of attribute key.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#no_echo ⇒ Boolean
Returns the value of attribute no_echo.
-
#optional ⇒ Boolean
Returns the value of attribute optional.
-
#queryable ⇒ Boolean
Returns the value of attribute queryable.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
235 236 237 |
# File 'sig/types.rbs', line 235 def description @description end |
#key ⇒ Boolean
Returns the value of attribute key.
232 233 234 |
# File 'sig/types.rbs', line 232 def key @key end |
#name ⇒ ::String
Returns the value of attribute name.
230 231 232 |
# File 'sig/types.rbs', line 230 def name @name end |
#no_echo ⇒ Boolean
Returns the value of attribute no_echo.
233 234 235 |
# File 'sig/types.rbs', line 233 def no_echo @no_echo end |
#optional ⇒ Boolean
Returns the value of attribute optional.
231 232 233 |
# File 'sig/types.rbs', line 231 def optional @optional end |
#queryable ⇒ Boolean
Returns the value of attribute queryable.
234 235 236 |
# File 'sig/types.rbs', line 234 def queryable @queryable end |