Class: Aws::Types::AddKeyEntry
- Inherits:
-
Object
- Object
- Aws::Types::AddKeyEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key ⇒ ::String
Returns the value of attribute key.
-
#overwrite_if_exists ⇒ Boolean
Returns the value of attribute overwrite_if_exists.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#key ⇒ ::String
Returns the value of attribute key.
26 27 28 |
# File 'sig/types.rbs', line 26 def key @key end |
#overwrite_if_exists ⇒ Boolean
Returns the value of attribute overwrite_if_exists.
28 29 30 |
# File 'sig/types.rbs', line 28 def overwrite_if_exists @overwrite_if_exists end |
#value ⇒ ::String
Returns the value of attribute value.
27 28 29 |
# File 'sig/types.rbs', line 27 def value @value end |