Class: Aws::Types::QueryStringObject
- Inherits:
-
Object
- Object
- Aws::Types::QueryStringObject
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#option ⇒ Boolean
Returns the value of attribute option.
-
#query_strings_allow_list ⇒ ::Array[::String]
Returns the value of attribute query_strings_allow_list.
Instance Attribute Details
#option ⇒ Boolean
Returns the value of attribute option.
2600 2601 2602 |
# File 'sig/types.rbs', line 2600 def option @option end |
#query_strings_allow_list ⇒ ::Array[::String]
Returns the value of attribute query_strings_allow_list.
2601 2602 2603 |
# File 'sig/types.rbs', line 2601 def query_strings_allow_list @query_strings_allow_list end |