Class: Aws::WorkDocs::Types::ResourcePath

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

Overview

Describes the path information of a resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#componentsArray<Types::ResourcePathComponent>

The components of the resource path.

Returns:



2424
2425
2426
2427
2428
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 2424

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