Class: Aws::CloudDirectory::Types::UpdateFacetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::UpdateFacetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_updates ⇒ Array<Types::FacetAttributeUpdate>
List of attributes that need to be updated in a given schema Facet.
-
#name ⇒ String
The name of the facet.
-
#object_type ⇒ String
The object type that is associated with the facet.
-
#schema_arn ⇒ String
The Amazon Resource Name (ARN) that is associated with the Facet.
Instance Attribute Details
#attribute_updates ⇒ Array<Types::FacetAttributeUpdate>
List of attributes that need to be updated in a given schema Facet. Each attribute is followed by ‘AttributeAction`, which specifies the type of update operation to perform.
5283 5284 5285 5286 5287 5288 5289 5290 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 5283 class UpdateFacetRequest < Struct.new( :schema_arn, :name, :attribute_updates, :object_type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the facet.
5283 5284 5285 5286 5287 5288 5289 5290 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 5283 class UpdateFacetRequest < Struct.new( :schema_arn, :name, :attribute_updates, :object_type) SENSITIVE = [] include Aws::Structure end |
#object_type ⇒ String
The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.
5283 5284 5285 5286 5287 5288 5289 5290 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 5283 class UpdateFacetRequest < Struct.new( :schema_arn, :name, :attribute_updates, :object_type) SENSITIVE = [] include Aws::Structure end |
#schema_arn ⇒ String
The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.
5283 5284 5285 5286 5287 5288 5289 5290 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 5283 class UpdateFacetRequest < Struct.new( :schema_arn, :name, :attribute_updates, :object_type) SENSITIVE = [] include Aws::Structure end |