Class: Aws::Types::ConnectionBodyParameter
- Inherits:
-
Object
- Object
- Aws::Types::ConnectionBodyParameter
- 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.
128 129 130 |
# File 'sig/types.rbs', line 128 def is_value_secret @is_value_secret end |
#key ⇒ ::String
Returns the value of attribute key.
126 127 128 |
# File 'sig/types.rbs', line 126 def key @key end |
#value ⇒ ::String
Returns the value of attribute value.
127 128 129 |
# File 'sig/types.rbs', line 127 def value @value end |