Class: Aws::CloudDirectory::Types::BatchAttachTypedLinkResponse

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

Overview

Represents the output of a AttachTypedLink response operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

Returns a typed link specifier as output.



485
486
487
488
489
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 485

class BatchAttachTypedLinkResponse < Struct.new(
  :typed_link_specifier)
  SENSITIVE = []
  include Aws::Structure
end