class Aws::CloudDirectory::Types::DetachTypedLinkRequest

@note When making an API call, you may pass DetachTypedLinkRequest

data as a hash:

    {
      directory_arn: "Arn", # required
      typed_link_specifier: { # required
        typed_link_facet: { # required
          schema_arn: "Arn", # required
          typed_link_name: "TypedLinkName", # required
        },
        source_object_reference: { # required
          selector: "SelectorObjectReference",
        },
        target_object_reference: { # required
          selector: "SelectorObjectReference",
        },
        identity_attribute_values: [ # required
          {
            attribute_name: "AttributeName", # required
            value: { # required
              string_value: "StringAttributeValue",
              binary_value: "data",
              boolean_value: false,
              number_value: "NumberAttributeValue",
              datetime_value: Time.now,
            },
          },
        ],
      },
    }

@!attribute [rw] directory_arn

The Amazon Resource Name (ARN) of the directory where you want to
detach the typed link.
@return [String]

@!attribute [rw] typed_link_specifier

Used to accept a typed link specifier as input.
@return [Types::TypedLinkSpecifier]

@see docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/DetachTypedLinkRequest AWS API Documentation

Constants

SENSITIVE