Class: Aws::Types::ConnectionQueryStringParameter
- Inherits:
-
Object
- Object
- Aws::Types::ConnectionQueryStringParameter
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_value_secret ⇒ Boolean
Returns the value of attribute is_value_secret.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#is_value_secret ⇒ Boolean
Returns the value of attribute is_value_secret.
162 163 164 |
# File 'sig/types.rbs', line 162 def is_value_secret @is_value_secret end |
#key ⇒ ::String
Returns the value of attribute key.
160 161 162 |
# File 'sig/types.rbs', line 160 def key @key end |
#value ⇒ ::String
Returns the value of attribute value.
161 162 163 |
# File 'sig/types.rbs', line 161 def value @value end |