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.
171 172 173 |
# File 'sig/types.rbs', line 171 def is_value_secret @is_value_secret end |
#key ⇒ ::String
Returns the value of attribute key.
169 170 171 |
# File 'sig/types.rbs', line 169 def key @key end |
#value ⇒ ::String
Returns the value of attribute value.
170 171 172 |
# File 'sig/types.rbs', line 170 def value @value end |