Class: Aws::CloudDirectory::Types::ListObjectChildrenResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::ListObjectChildrenResponse
- Defined in:
- gems/aws-sdk-clouddirectory/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
andObjectIdentifier
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.
6287 6288 6289 6290 6291 6292 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 6287 class ListObjectChildrenResponse < Struct.new( :children, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token.
6287 6288 6289 6290 6291 6292 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 6287 class ListObjectChildrenResponse < Struct.new( :children, :next_token) SENSITIVE = [] include Aws::Structure end |