Class: Aws::CloudDirectory::Types::CreateTypedLinkFacetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::CreateTypedLinkFacetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#facet ⇒ Types::TypedLinkFacet
Facet structure that is associated with the typed link facet.
-
#schema_arn ⇒ String
The Amazon Resource Name (ARN) that is associated with the schema.
Instance Attribute Details
#facet ⇒ Types::TypedLinkFacet
Facet structure that is associated with the typed link facet.
2314 2315 2316 2317 2318 2319 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 2314 class CreateTypedLinkFacetRequest < Struct.new( :schema_arn, :facet) SENSITIVE = [] include Aws::Structure end |
#schema_arn ⇒ String
The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.
2314 2315 2316 2317 2318 2319 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 2314 class CreateTypedLinkFacetRequest < Struct.new( :schema_arn, :facet) SENSITIVE = [] include Aws::Structure end |