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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-clouddirectory/types.rb', line 245

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