Class: Aws::Types::UpdateProvisioningParameter

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.



1720
1721
1722
# File 'sig/types.rbs', line 1720

def key
  @key
end

#use_previous_valueBoolean

Returns the value of attribute use_previous_value.



1722
1723
1724
# File 'sig/types.rbs', line 1722

def use_previous_value
  @use_previous_value
end

#value::String

Returns the value of attribute value.



1721
1722
1723
# File 'sig/types.rbs', line 1721

def value
  @value
end