Class: Aws::CloudDirectory::Types::ListObjectAttributesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributesArray<Types::AttributeKeyAndValue>

Attributes map that is associated with the object. AttributeArn is the key, and attribute value is the value.

Returns:



3903
3904
3905
3906
3907
3908
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3903

class ListObjectAttributesResponse < Struct.new(
  :attributes,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token.

Returns:

  • (String)


3903
3904
3905
3906
3907
3908
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3903

class ListObjectAttributesResponse < Struct.new(
  :attributes,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end