Class: Aws::CloudDirectory::Types::AttributeKey
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::AttributeKey
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
A unique identifier for an attribute.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#facet_name ⇒ String
The name of the facet that the attribute exists within.
-
#name ⇒ String
The name of the attribute.
-
#schema_arn ⇒ String
The Amazon Resource Name (ARN) of the schema that contains the facet and attribute.
Instance Attribute Details
#facet_name ⇒ String
The name of the facet that the attribute exists within.
268 269 270 271 272 273 274 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 268 class AttributeKey < Struct.new( :schema_arn, :facet_name, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the attribute.
268 269 270 271 272 273 274 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 268 class AttributeKey < Struct.new( :schema_arn, :facet_name, :name) SENSITIVE = [] include Aws::Structure end |
#schema_arn ⇒ String
The Amazon Resource Name (ARN) of the schema that contains the facet and attribute.
268 269 270 271 272 273 274 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 268 class AttributeKey < Struct.new( :schema_arn, :facet_name, :name) SENSITIVE = [] include Aws::Structure end |