Class: Aws::CloudDirectory::Types::FacetAttributeDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::FacetAttributeDefinition
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
A facet attribute definition. See [Attribute References] for more information.
[1]: docs.aws.amazon.com/clouddirectory/latest/developerguide/schemas_attributereferences.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#default_value ⇒ Types::TypedAttributeValue
The default value of the attribute (if configured).
-
#is_immutable ⇒ Boolean
Whether the attribute is mutable or not.
-
#rules ⇒ Hash<String,Types::Rule>
Validation rules attached to the attribute definition.
-
#type ⇒ String
The type of the attribute.
Instance Attribute Details
#default_value ⇒ Types::TypedAttributeValue
The default value of the attribute (if configured).
2805 2806 2807 2808 2809 2810 2811 2812 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 2805 class FacetAttributeDefinition < Struct.new( :type, :default_value, :is_immutable, :rules) SENSITIVE = [] include Aws::Structure end |
#is_immutable ⇒ Boolean
Whether the attribute is mutable or not.
2805 2806 2807 2808 2809 2810 2811 2812 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 2805 class FacetAttributeDefinition < Struct.new( :type, :default_value, :is_immutable, :rules) SENSITIVE = [] include Aws::Structure end |
#rules ⇒ Hash<String,Types::Rule>
Validation rules attached to the attribute definition.
2805 2806 2807 2808 2809 2810 2811 2812 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 2805 class FacetAttributeDefinition < Struct.new( :type, :default_value, :is_immutable, :rules) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the attribute.
2805 2806 2807 2808 2809 2810 2811 2812 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 2805 class FacetAttributeDefinition < Struct.new( :type, :default_value, :is_immutable, :rules) SENSITIVE = [] include Aws::Structure end |