Method: Aws::WorkDocs::Types::SharePrincipal#id
- Defined in:
- lib/aws-sdk-workdocs/types.rb
#id ⇒ String
The ID of the recipient.
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 |