Class: Aws::CloudDirectory::Types::CreateObjectResponse

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

#object_identifierString

The identifier that is associated with the object.

Returns:

  • (String)


2271
2272
2273
2274
2275
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 2271

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