Module: Aws::CloudDirectory::Client::_ListObjectParentsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListObjectParentsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #next_token ⇒ ::String
- #parent_links ⇒ ::Array[Types::ObjectIdentifierAndLinkNameTuple]
- #parents ⇒ ::Hash[::String, ::String]
Instance Method Details
#next_token ⇒ ::String
987 |
# File 'sig/client.rbs', line 987 def next_token: () -> ::String |
#parent_links ⇒ ::Array[Types::ObjectIdentifierAndLinkNameTuple]
988 |
# File 'sig/client.rbs', line 988 def parent_links: () -> ::Array[Types::ObjectIdentifierAndLinkNameTuple] |
#parents ⇒ ::Hash[::String, ::String]
986 |
# File 'sig/client.rbs', line 986 def parents: () -> ::Hash[::String, ::String] |