Class: Aws::CloudDirectory::Types::BatchListObjectParentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::BatchListObjectParentsResponse
- Defined in:
- gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb
Overview
Represents the output of a ListObjectParents response operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token.
-
#parent_links ⇒ Array<Types::ObjectIdentifierAndLinkNameTuple>
Returns a list of parent reference and LinkName Tuples.
Instance Attribute Details
#next_token ⇒ String
The pagination token.
1204 1205 1206 1207 1208 1209 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1204 class BatchListObjectParentsResponse < Struct.new( :parent_links, :next_token) SENSITIVE = [] include Aws::Structure end |
#parent_links ⇒ Array<Types::ObjectIdentifierAndLinkNameTuple>
Returns a list of parent reference and LinkName Tuples.
1204 1205 1206 1207 1208 1209 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1204 class BatchListObjectParentsResponse < Struct.new( :parent_links, :next_token) SENSITIVE = [] include Aws::Structure end |