Class: Aws::CloudDirectory::Types::ListObjectParentsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::ListObjectParentsRequest
- Defined in:
- gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#consistency_level ⇒ String
Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.
-
#directory_arn ⇒ String
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.
-
#include_all_links_to_each_parent ⇒ Boolean
When set to True, returns all ListObjectParentsResponse$ParentLinks.
-
#max_results ⇒ Integer
The maximum number of items to be retrieved in a single call.
-
#next_token ⇒ String
The pagination token.
-
#object_reference ⇒ Types::ObjectReference
The reference that identifies the object for which parent objects are being listed.
Instance Attribute Details
#consistency_level ⇒ String
Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.
4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4044 class ListObjectParentsRequest < Struct.new( :directory_arn, :object_reference, :next_token, :max_results, :consistency_level, :include_all_links_to_each_parent) SENSITIVE = [] include Aws::Structure end |
#directory_arn ⇒ String
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.
4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4044 class ListObjectParentsRequest < Struct.new( :directory_arn, :object_reference, :next_token, :max_results, :consistency_level, :include_all_links_to_each_parent) SENSITIVE = [] include Aws::Structure end |
#include_all_links_to_each_parent ⇒ Boolean
When set to True, returns all ListObjectParentsResponse$ParentLinks. There could be multiple links between a parent-child pair.
4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4044 class ListObjectParentsRequest < Struct.new( :directory_arn, :object_reference, :next_token, :max_results, :consistency_level, :include_all_links_to_each_parent) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of items to be retrieved in a single call. This is an approximate number.
4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4044 class ListObjectParentsRequest < Struct.new( :directory_arn, :object_reference, :next_token, :max_results, :consistency_level, :include_all_links_to_each_parent) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token.
4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4044 class ListObjectParentsRequest < Struct.new( :directory_arn, :object_reference, :next_token, :max_results, :consistency_level, :include_all_links_to_each_parent) SENSITIVE = [] include Aws::Structure end |
#object_reference ⇒ Types::ObjectReference
The reference that identifies the object for which parent objects are being listed.
4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4044 class ListObjectParentsRequest < Struct.new( :directory_arn, :object_reference, :next_token, :max_results, :consistency_level, :include_all_links_to_each_parent) SENSITIVE = [] include Aws::Structure end |