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.

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the resource path.

Returns:

  • (String)


2414
2415
2416
2417
2418
# File 'lib/aws-sdk-workdocs/types.rb', line 2414

class ResourcePathComponent < Struct.new(
  :id,
  :name)
  include Aws::Structure
end

#nameString

The name of the resource path.

Returns:

  • (String)


2414
2415
2416
2417
2418
# File 'lib/aws-sdk-workdocs/types.rb', line 2414

class ResourcePathComponent < Struct.new(
  :id,
  :name)
  include Aws::Structure
end