Class: Aws::CloudDirectory::Types::ObjectIdentifierAndLinkNameTuple
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::ObjectIdentifierAndLinkNameTuple
- 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
-
#link_name ⇒ String
The name of the link between the parent and the child object.
-
#object_identifier ⇒ String
The ID that is associated with the object.
Instance Attribute Details
#link_name ⇒ String
The name of the link between the parent and the child object.
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_identifier ⇒ String
The ID that is associated with the object.
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 |