Class: Aws::CloudDirectory::Types::TypedLinkSchemaAndFacetName

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-clouddirectory/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

Instance Attribute Details

#schema_arnString

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

Returns:

  • (String)


5183
5184
5185
5186
5187
5188
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 5183

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

The unique name of the typed link facet.

Returns:

  • (String)


5183
5184
5185
5186
5187
5188
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 5183

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