Class: Aws::WorkDocs::Types::GetFolderPathResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pathTypes::ResourcePath

The path information.

Returns:



1915
1916
1917
1918
1919
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1915

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