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)


1867
1868
1869
# File 'sig/types.rbs', line 1867

def active_value
  @active_value
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1866
1867
1868
# File 'sig/types.rbs', line 1866

def name
  @name
end

#pending_value::String

Returns the value of attribute pending_value.

Returns:

  • (::String)


1868
1869
1870
# File 'sig/types.rbs', line 1868

def pending_value
  @pending_value
end

#value_type"PLAIN_TEXT", "STRINGIFIED_JSON"

Returns the value of attribute value_type.

Returns:

  • ("PLAIN_TEXT", "STRINGIFIED_JSON")


1869
1870
1871
# File 'sig/types.rbs', line 1869

def value_type
  @value_type
end