Class: Aws::WorkDocs::Types::ResourcePath
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::ResourcePath
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workdocs/types.rb
Overview
Describes the path information of a resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#components ⇒ Array<Types::ResourcePathComponent>
The components of the resource path.
Instance Attribute Details
#components ⇒ Array<Types::ResourcePathComponent>
The components of the resource path.
2424 2425 2426 2427 2428 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2424 class ResourcePath < Struct.new( :components) SENSITIVE = [] include Aws::Structure end |