Class: Aws::CloudDirectory::Types::BatchGetObjectAttributesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::BatchGetObjectAttributesResponse
- Defined in:
- gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb
Overview
Represents the output of a GetObjectAttributes response operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attributes ⇒ Array<Types::AttributeKeyAndValue>
The attribute values that are associated with an object.
Instance Attribute Details
#attributes ⇒ Array<Types::AttributeKeyAndValue>
The attribute values that are associated with an object.
824 825 826 827 828 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 824 class BatchGetObjectAttributesResponse < Struct.new( :attributes) SENSITIVE = [] include Aws::Structure end |