Class: Aws::CloudDirectory::Types::ListObjectParentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::ListObjectParentsResponse
- Defined in:
- gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb
Overview
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.
-
#parents ⇒ Hash<String,String>
The parent structure, which is a map with key as the
ObjectIdentifier
and LinkName as the value.
Instance Attribute Details
#next_token ⇒ String
The pagination token.
4070 4071 4072 4073 4074 4075 4076 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4070 class ListObjectParentsResponse < Struct.new( :parents, :next_token, :parent_links) SENSITIVE = [] include Aws::Structure end |
#parent_links ⇒ Array<Types::ObjectIdentifierAndLinkNameTuple>
Returns a list of parent reference and LinkName Tuples.
4070 4071 4072 4073 4074 4075 4076 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4070 class ListObjectParentsResponse < Struct.new( :parents, :next_token, :parent_links) SENSITIVE = [] include Aws::Structure end |
#parents ⇒ Hash<String,String>
The parent structure, which is a map with key as the
ObjectIdentifier
and LinkName as the value.
4070 4071 4072 4073 4074 4075 4076 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4070 class ListObjectParentsResponse < Struct.new( :parents, :next_token, :parent_links) SENSITIVE = [] include Aws::Structure end |