Class: Aws::Types::ModifyingProperties

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#active_value::String

Returns the value of attribute active_value.

Returns:

  • (::String)


967
968
969
# File 'sig/types.rbs', line 967

def active_value
  @active_value
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


966
967
968
# File 'sig/types.rbs', line 966

def name
  @name
end

#pending_value::String

Returns the value of attribute pending_value.

Returns:

  • (::String)


968
969
970
# File 'sig/types.rbs', line 968

def pending_value
  @pending_value
end

#value_type"PLAIN_TEXT", "STRINGIFIED_JSON"

Returns the value of attribute value_type.

Returns:

  • ("PLAIN_TEXT", "STRINGIFIED_JSON")


969
970
971
# File 'sig/types.rbs', line 969

def value_type
  @value_type
end