Class: Aws::CloudDirectory::Types::CreateTypedLinkFacetRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#facetTypes::TypedLinkFacet

Facet structure that is associated with the typed link facet.



2314
2315
2316
2317
2318
2319
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 2314

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

#schema_arnString

The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

Returns:

  • (String)


2314
2315
2316
2317
2318
2319
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 2314

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