Class: Aws::CloudDirectory::Types::BatchListObjectChildrenResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::BatchListObjectChildrenResponse
- 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
-
#children ⇒ Hash<String,String>
The children structure, which is a map with the key as the
LinkName
andObjectIdentifier
as the value. -
#next_token ⇒ String
The pagination token.
Instance Attribute Details
#children ⇒ Hash<String,String>
The children structure, which is a map with the key as the
LinkName
and ObjectIdentifier
as the value.
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_token ⇒ String
The pagination token.
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 |