Class: Aws::Types::SourceKeyword
- Inherits:
-
Object
- Object
- Aws::Types::SourceKeyword
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#keyword_input_type ⇒ "SELECT_FROM_LIST", ...
Returns the value of attribute keyword_input_type.
-
#keyword_value ⇒ ::String
Returns the value of attribute keyword_value.
Instance Attribute Details
#keyword_input_type ⇒ "SELECT_FROM_LIST", ...
Returns the value of attribute keyword_input_type.
1100 1101 1102 |
# File 'sig/types.rbs', line 1100 def keyword_input_type @keyword_input_type end |
#keyword_value ⇒ ::String
Returns the value of attribute keyword_value.
1101 1102 1103 |
# File 'sig/types.rbs', line 1101 def keyword_value @keyword_value end |