Class: Aws::WorkDocs::Types::ShareResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::ShareResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workdocs/types.rb
Overview
Describes the share results of a resource.
Constant Summary collapse
- SENSITIVE =
[:status_message]
Instance Attribute Summary collapse
-
#invitee_principal_id ⇒ String
The ID of the invited user.
-
#principal_id ⇒ String
The ID of the principal.
-
#role ⇒ String
The role.
-
#share_id ⇒ String
The ID of the resource that was shared.
-
#status ⇒ String
The status.
-
#status_message ⇒ String
The status message.
Instance Attribute Details
#invitee_principal_id ⇒ String
The ID of the invited user.
2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2688 class ShareResult < Struct.new( :principal_id, :invitee_principal_id, :role, :status, :share_id, :status_message) SENSITIVE = [:status_message] include Aws::Structure end |
#principal_id ⇒ String
The ID of the principal.
2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2688 class ShareResult < Struct.new( :principal_id, :invitee_principal_id, :role, :status, :share_id, :status_message) SENSITIVE = [:status_message] include Aws::Structure end |
#role ⇒ String
The role.
2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2688 class ShareResult < Struct.new( :principal_id, :invitee_principal_id, :role, :status, :share_id, :status_message) SENSITIVE = [:status_message] include Aws::Structure end |
#share_id ⇒ String
The ID of the resource that was shared.
2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2688 class ShareResult < Struct.new( :principal_id, :invitee_principal_id, :role, :status, :share_id, :status_message) SENSITIVE = [:status_message] include Aws::Structure end |
#status ⇒ String
The status.
2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2688 class ShareResult < Struct.new( :principal_id, :invitee_principal_id, :role, :status, :share_id, :status_message) SENSITIVE = [:status_message] include Aws::Structure end |
#status_message ⇒ String
The status message.
2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2688 class ShareResult < Struct.new( :principal_id, :invitee_principal_id, :role, :status, :share_id, :status_message) SENSITIVE = [:status_message] include Aws::Structure end |