Class: Aws::CloudDirectory::Types::BatchListObjectChildrenResponse

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

Overview

Represents the output of a ListObjectChildren response operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#childrenHash<String,String>

The children structure, which is a map with the key as the LinkName and ObjectIdentifier as the value.

Returns:

  • (Hash<String,String>)


1111
1112
1113
1114
1115
1116
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1111

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

#next_tokenString

The pagination token.

Returns:

  • (String)


1111
1112
1113
1114
1115
1116
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1111

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