Class: Aws::CloudDirectory::Types::FacetAttributeUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::FacetAttributeUpdate
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
A structure that contains information used to update an attribute.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ String
The action to perform when updating the attribute.
-
#attribute ⇒ Types::FacetAttribute
The attribute to update.
Instance Attribute Details
#action ⇒ String
The action to perform when updating the attribute.
2856 2857 2858 2859 2860 2861 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 2856 class FacetAttributeUpdate < Struct.new( :attribute, :action) SENSITIVE = [] include Aws::Structure end |
#attribute ⇒ Types::FacetAttribute
The attribute to update.
2856 2857 2858 2859 2860 2861 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 2856 class FacetAttributeUpdate < Struct.new( :attribute, :action) SENSITIVE = [] include Aws::Structure end |