Class: Aws::CloudDirectory::Types::TypedLinkFacetAttributeUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::TypedLinkFacetAttributeUpdate
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
A typed link facet attribute update.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ String
The action to perform when updating the attribute.
-
#attribute ⇒ Types::TypedLinkAttributeDefinition
The attribute to update.
Instance Attribute Details
#action ⇒ String
The action to perform when updating the attribute.
5162 5163 5164 5165 5166 5167 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 5162 class TypedLinkFacetAttributeUpdate < Struct.new( :attribute, :action) SENSITIVE = [] include Aws::Structure end |
#attribute ⇒ Types::TypedLinkAttributeDefinition
The attribute to update.
5162 5163 5164 5165 5166 5167 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 5162 class TypedLinkFacetAttributeUpdate < Struct.new( :attribute, :action) SENSITIVE = [] include Aws::Structure end |