Class: Aws::CloudDirectory::Types::GetObjectAttributesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::GetObjectAttributesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attributes ⇒ Array<Types::AttributeKeyAndValue>
The attributes that are associated with the object.
Instance Attribute Details
#attributes ⇒ Array<Types::AttributeKeyAndValue>
The attributes that are associated with the object.
3071 3072 3073 3074 3075 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 3071 class GetObjectAttributesResponse < Struct.new( :attributes) SENSITIVE = [] include Aws::Structure end |