Method: Aws::WorkDocs::Types::SharePrincipal#id

Defined in:
lib/aws-sdk-workdocs/types.rb

#idString

The ID of the recipient.

Returns:

  • (String)


2652
2653
2654
2655
2656
2657
2658
# File 'lib/aws-sdk-workdocs/types.rb', line 2652

class SharePrincipal < Struct.new(
  :id,
  :type,
  :role)
  SENSITIVE = []
  include Aws::Structure
end