Class: Aws::CloudDirectory::Types::LinkAttributeAction

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb

Overview

The action to take on a typed link attribute value. Updates are only supported for attributes which don’t contribute to link identity.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_action_typeString

A type that can be either UPDATE_OR_CREATE or DELETE.

Returns:

  • (String)


3391
3392
3393
3394
3395
3396
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3391

class LinkAttributeAction < Struct.new(
  :attribute_action_type,
  :attribute_update_value)
  SENSITIVE = []
  include Aws::Structure
end

#attribute_update_valueTypes::TypedAttributeValue

The value that you want to update to.



3391
3392
3393
3394
3395
3396
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3391

class LinkAttributeAction < Struct.new(
  :attribute_action_type,
  :attribute_update_value)
  SENSITIVE = []
  include Aws::Structure
end