Class: Aws::CloudDirectory::Types::AttributeKey

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

Overview

A unique identifier for an attribute.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#facet_nameString

The name of the facet that the attribute exists within.

Returns:

  • (String)


268
269
270
271
272
273
274
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 268

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

#nameString

The name of the attribute.

Returns:

  • (String)


268
269
270
271
272
273
274
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 268

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

#schema_arnString

The Amazon Resource Name (ARN) of the schema that contains the facet and attribute.

Returns:

  • (String)


268
269
270
271
272
273
274
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 268

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