Class: Aws::CloudDirectory::Types::CreateObjectResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::CreateObjectResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#object_identifier ⇒ String
The identifier that is associated with the object.
Instance Attribute Details
#object_identifier ⇒ String
The identifier that is associated with the object.
2271 2272 2273 2274 2275 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 2271 class CreateObjectResponse < Struct.new( :object_identifier) SENSITIVE = [] include Aws::Structure end |