Class: Aws::CloudDirectory::Types::LinkAttributeUpdate

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

Overview

Structure that contains attribute update information.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_actionTypes::LinkAttributeAction

The action to perform as part of the attribute update.



3410
3411
3412
3413
3414
3415
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3410

class LinkAttributeUpdate < Struct.new(
  :attribute_key,
  :attribute_action)
  SENSITIVE = []
  include Aws::Structure
end

#attribute_keyTypes::AttributeKey

The key of the attribute being updated.

Returns:



3410
3411
3412
3413
3414
3415
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3410

class LinkAttributeUpdate < Struct.new(
  :attribute_key,
  :attribute_action)
  SENSITIVE = []
  include Aws::Structure
end