Class: Aws::Types::PropertyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#definitionTypes::PropertyDefinitionRequest

Returns the value of attribute definition.



983
984
985
# File 'sig/types.rbs', line 983

def definition
  @definition
end

#update_type"UPDATE", ...

Returns the value of attribute update_type.

Returns:

  • ("UPDATE", "DELETE", "CREATE", "RESET_VALUE")


985
986
987
# File 'sig/types.rbs', line 985

def update_type
  @update_type
end

#valueTypes::DataValue

Returns the value of attribute value.

Returns:



984
985
986
# File 'sig/types.rbs', line 984

def value
  @value
end