Class: Aws::CloudDirectory::Types::AttachTypedLinkResponse

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

Returns a typed link specifier as output.



245
246
247
248
249
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 245

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