Class: Aws::CloudDirectory::Types::Facet

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

Overview

A structure that contains ‘Name`, `ARN`, `Attributes`, ` Rules`, and `ObjectTypes`. See [Facets] for more information.

[1]: docs.aws.amazon.com/clouddirectory/latest/developerguide/schemas_whatarefacets.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#facet_styleString

There are two different styles that you can define on any given facet, ‘Static` and `Dynamic`. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.

Returns:

  • (String)


2719
2720
2721
2722
2723
2724
2725
# File 'lib/aws-sdk-clouddirectory/types.rb', line 2719

class Facet < Struct.new(
  :name,
  :object_type,
  :facet_style)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the Facet.

Returns:

  • (String)


2719
2720
2721
2722
2723
2724
2725
# File 'lib/aws-sdk-clouddirectory/types.rb', line 2719

class Facet < Struct.new(
  :name,
  :object_type,
  :facet_style)
  SENSITIVE = []
  include Aws::Structure
end

#object_typeString

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

Returns:

  • (String)


2719
2720
2721
2722
2723
2724
2725
# File 'lib/aws-sdk-clouddirectory/types.rb', line 2719

class Facet < Struct.new(
  :name,
  :object_type,
  :facet_style)
  SENSITIVE = []
  include Aws::Structure
end