Class: Aws::CloudDirectory::Types::ListObjectParentsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#consistency_levelString

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.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

Returns:

  • (String)


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

When set to True, returns all ListObjectParentsResponse$ParentLinks. There could be multiple links between a parent-child pair.

Returns:

  • (Boolean)


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_resultsInteger

The maximum number of items to be retrieved in a single call. This is an approximate number.

Returns:

  • (Integer)


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_tokenString

The pagination token.

Returns:

  • (String)


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_referenceTypes::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