Class: Aws::CloudDirectory::Types::ObjectIdentifierAndLinkNameTuple

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

Overview

A pair of ObjectIdentifier and LinkName.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

The name of the link between the parent and the child object.

Returns:

  • (String)


4599
4600
4601
4602
4603
4604
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4599

class ObjectIdentifierAndLinkNameTuple < Struct.new(
  :object_identifier,
  :link_name)
  SENSITIVE = []
  include Aws::Structure
end

#object_identifierString

The ID that is associated with the object.

Returns:

  • (String)


4599
4600
4601
4602
4603
4604
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4599

class ObjectIdentifierAndLinkNameTuple < Struct.new(
  :object_identifier,
  :link_name)
  SENSITIVE = []
  include Aws::Structure
end