Class: Aws::CloudDirectory::Types::FacetAttribute
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::FacetAttribute
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
An attribute that is associated with the Facet.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_definition ⇒ Types::FacetAttributeDefinition
A facet attribute consists of either a definition or a reference.
-
#attribute_reference ⇒ Types::FacetAttributeReference
An attribute reference that is associated with the attribute.
-
#name ⇒ String
The name of the facet attribute.
-
#required_behavior ⇒ String
The required behavior of the ‘FacetAttribute`.
Instance Attribute Details
#attribute_definition ⇒ Types::FacetAttributeDefinition
A facet attribute consists of either a definition or a reference. This structure contains the attribute definition. See [Attribute References] for more information.
[1]: docs.aws.amazon.com/clouddirectory/latest/developerguide/schemas_attributereferences.html
2771 2772 2773 2774 2775 2776 2777 2778 |
# File '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_reference ⇒ Types::FacetAttributeReference
An attribute reference that is associated with the attribute. See
- Attribute References][1
-
for more information.
[1]: docs.aws.amazon.com/clouddirectory/latest/developerguide/schemas_attributereferences.html
2771 2772 2773 2774 2775 2776 2777 2778 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 2771 class FacetAttribute < Struct.new( :name, :attribute_definition, :attribute_reference, :required_behavior) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the facet attribute.
2771 2772 2773 2774 2775 2776 2777 2778 |
# File '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_behavior ⇒ String
The required behavior of the ‘FacetAttribute`.
2771 2772 2773 2774 2775 2776 2777 2778 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 2771 class FacetAttribute < Struct.new( :name, :attribute_definition, :attribute_reference, :required_behavior) SENSITIVE = [] include Aws::Structure end |