Class: Aws::CloudDirectory::Types::ListObjectParentPathsRequest

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

#directory_arnString

The ARN of the directory to which the parent path applies.

Returns:

  • (String)


3985
3986
3987
3988
3989
3990
3991
3992
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3985

class ListObjectParentPathsRequest < Struct.new(
  :directory_arn,
  :object_reference,
  :next_token,
  :max_results)
  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)


3985
3986
3987
3988
3989
3990
3991
3992
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3985

class ListObjectParentPathsRequest < Struct.new(
  :directory_arn,
  :object_reference,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token.

Returns:

  • (String)


3985
3986
3987
3988
3989
3990
3991
3992
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3985

class ListObjectParentPathsRequest < Struct.new(
  :directory_arn,
  :object_reference,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#object_referenceTypes::ObjectReference

The reference that identifies the object whose parent paths are listed.



3985
3986
3987
3988
3989
3990
3991
3992
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3985

class ListObjectParentPathsRequest < Struct.new(
  :directory_arn,
  :object_reference,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end