Class: Aws::CloudDirectory::Types::BatchListObjectAttributesResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#attributesArray<Types::AttributeKeyAndValue>

The attributes map that is associated with the object. AttributeArn is the key; attribute value is the value.

Returns:



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_tokenString

The pagination token.

Returns:

  • (String)


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