Class: Aws::WorkDocs::Types::SharePrincipal

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#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

#roleString

The role 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

#typeString

The type 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