Class: Aws::Types::AddKeyEntry

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

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_existsBoolean

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