Class: Aws::CloudDirectory::Types::DeleteTypedLinkFacetRequest

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

#nameString

The unique name of the typed link facet.

Returns:

  • (String)


2430
2431
2432
2433
2434
2435
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 2430

class DeleteTypedLinkFacetRequest < Struct.new(
  :schema_arn,
  :name)
  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)


2430
2431
2432
2433
2434
2435
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 2430

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