Class: Aws::CloudDirectory::Types::TypedLinkSchemaAndFacetName
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::TypedLinkSchemaAndFacetName
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Identifies the schema Amazon Resource Name (ARN) and facet name for the typed link.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#schema_arn ⇒ String
The Amazon Resource Name (ARN) that is associated with the schema.
-
#typed_link_name ⇒ String
The unique name of the typed link facet.
Instance Attribute Details
#schema_arn ⇒ String
The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.
5183 5184 5185 5186 5187 5188 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 5183 class TypedLinkSchemaAndFacetName < Struct.new( :schema_arn, :typed_link_name) SENSITIVE = [] include Aws::Structure end |
#typed_link_name ⇒ String
The unique name of the typed link facet.
5183 5184 5185 5186 5187 5188 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 5183 class TypedLinkSchemaAndFacetName < Struct.new( :schema_arn, :typed_link_name) SENSITIVE = [] include Aws::Structure end |