Class: Aws::CloudDirectory::Types::BatchListObjectAttributesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::BatchListObjectAttributesResponse
- Defined in:
- gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb
Overview
Represents the output of a ListObjectAttributes response operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attributes ⇒ Array<Types::AttributeKeyAndValue>
The attributes map that is associated with the object.
-
#next_token ⇒ String
The pagination token.
Instance Attribute Details
#attributes ⇒ Array<Types::AttributeKeyAndValue>
The attributes map that is associated with the object.
AttributeArn
is the key; attribute value is the value.
1066 1067 1068 1069 1070 1071 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1066 class BatchListObjectAttributesResponse < Struct.new( :attributes, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token.
1066 1067 1068 1069 1070 1071 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1066 class BatchListObjectAttributesResponse < Struct.new( :attributes, :next_token) SENSITIVE = [] include Aws::Structure end |