Class: Aws::WorkDocs::Types::SharePrincipal
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::SharePrincipal
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workdocs/types.rb
Overview
Describes the recipient type and ID, if available.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the recipient.
-
#role ⇒ String
The role of the recipient.
-
#type ⇒ String
The type of the recipient.
Instance Attribute Details
#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 |
#role ⇒ String
The role 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 |
#type ⇒ String
The type 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 |