Class: Aws::CloudDirectory::Types::ListObjectChildrenResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#childrenHash<String,String>

Children structure, which is a map with key as the ‘LinkName` and `ObjectIdentifier` as the value.

Returns:

  • (Hash<String,String>)


3958
3959
3960
3961
3962
3963
# File 'lib/aws-sdk-clouddirectory/types.rb', line 3958

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

#next_tokenString

The pagination token.

Returns:

  • (String)


3958
3959
3960
3961
3962
3963
# File 'lib/aws-sdk-clouddirectory/types.rb', line 3958

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