Class: Aws::WorkDocs::Types::GetDocumentPathResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workdocs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pathTypes::ResourcePath

The path information.

Returns:



1778
1779
1780
1781
1782
# File 'lib/aws-sdk-workdocs/types.rb', line 1778

class GetDocumentPathResponse < Struct.new(
  :path)
  SENSITIVE = []
  include Aws::Structure
end