Class: Aws::WorkDocs::Types::ResourcePathComponent

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

Overview

Describes the resource path.

Constant Summary collapse

SENSITIVE =
[:name]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the resource path.

Returns:

  • (String)


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

#nameString

The name of the resource path.

Returns:

  • (String)


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