Class: Aws::WorkDocs::Types::ResourcePathComponent
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::ResourcePathComponent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workdocs/types.rb
Overview
Describes the resource path.
Constant Summary collapse
- SENSITIVE =
[:name]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the resource path.
-
#name ⇒ String
The name of the resource path.
Instance Attribute Details
#id ⇒ String
The ID of the resource path.
2442 2443 2444 2445 2446 2447 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2442 class ResourcePathComponent < Struct.new( :id, :name) SENSITIVE = [:name] include Aws::Structure end |
#name ⇒ String
The name of the resource path.
2442 2443 2444 2445 2446 2447 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2442 class ResourcePathComponent < Struct.new( :id, :name) SENSITIVE = [:name] include Aws::Structure end |