Class: Aws::CloudDirectory::Types::ListObjectChildrenResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::ListObjectChildrenResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#children ⇒ Hash<String,String>
Children structure, which is a map with key as the ‘LinkName` and `ObjectIdentifier` as the value.
-
#next_token ⇒ String
The pagination token.
Instance Attribute Details
#children ⇒ Hash<String,String>
Children structure, which is a map with key as the ‘LinkName` and `ObjectIdentifier` as the value.
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_token ⇒ String
The pagination token.
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 |