Class: Aws::CloudDirectory::Types::FacetAttribute

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

Overview

An attribute that is associated with the Facet.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_definitionTypes::FacetAttributeDefinition

A facet attribute consists of either a definition or a reference. This structure contains the attribute definition. See Attribute References for more information.



2771
2772
2773
2774
2775
2776
2777
2778
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 2771

class FacetAttribute < Struct.new(
  :name,
  :attribute_definition,
  :attribute_reference,
  :required_behavior)
  SENSITIVE = []
  include Aws::Structure
end

#attribute_referenceTypes::FacetAttributeReference

An attribute reference that is associated with the attribute. See Attribute References for more information.



2771
2772
2773
2774
2775
2776
2777
2778
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 2771

class FacetAttribute < Struct.new(
  :name,
  :attribute_definition,
  :attribute_reference,
  :required_behavior)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the facet attribute.

Returns:

  • (String)


2771
2772
2773
2774
2775
2776
2777
2778
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 2771

class FacetAttribute < Struct.new(
  :name,
  :attribute_definition,
  :attribute_reference,
  :required_behavior)
  SENSITIVE = []
  include Aws::Structure
end

#required_behaviorString

The required behavior of the FacetAttribute.

Returns:

  • (String)


2771
2772
2773
2774
2775
2776
2777
2778
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 2771

class FacetAttribute < Struct.new(
  :name,
  :attribute_definition,
  :attribute_reference,
  :required_behavior)
  SENSITIVE = []
  include Aws::Structure
end