Class: Aws::CloudDirectory::Types::UpdateFacetRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_updatesArray<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.

Returns:



5283
5284
5285
5286
5287
5288
5289
5290
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 5283

class UpdateFacetRequest < Struct.new(
  :schema_arn,
  :name,
  :attribute_updates,
  :object_type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the facet.

Returns:

  • (String)


5283
5284
5285
5286
5287
5288
5289
5290
# File 'gems/aws-sdk-clouddirectory/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_typeString

The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.

Returns:

  • (String)


5283
5284
5285
5286
5287
5288
5289
5290
# File 'gems/aws-sdk-clouddirectory/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_arnString

The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.

Returns:

  • (String)


5283
5284
5285
5286
5287
5288
5289
5290
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 5283

class UpdateFacetRequest < Struct.new(
  :schema_arn,
  :name,
  :attribute_updates,
  :object_type)
  SENSITIVE = []
  include Aws::Structure
end