Class: Aws::CloudDirectory::Types::AttachObjectResponse

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

#attached_object_identifierString

The attached ‘ObjectIdentifier`, which is the child `ObjectIdentifier`.

Returns:

  • (String)


136
137
138
139
140
# File 'lib/aws-sdk-clouddirectory/types.rb', line 136

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