Class: Aws::CloudDirectory::Types::SchemaFacet

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

Overview

A facet.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#facet_nameString

The name of the facet. If this value is set, SchemaArn must also be set.

Returns:

  • (String)


4927
4928
4929
4930
4931
4932
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4927

class SchemaFacet < Struct.new(
  :schema_arn,
  :facet_name)
  SENSITIVE = []
  include Aws::Structure
end

#schema_arnString

The ARN of the schema that contains the facet with no minor component. See arns and In-Place Schema Upgrade for a description of when to provide minor versions. If this value is set, FacetName must also be set.

Returns:

  • (String)


4927
4928
4929
4930
4931
4932
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4927

class SchemaFacet < Struct.new(
  :schema_arn,
  :facet_name)
  SENSITIVE = []
  include Aws::Structure
end