You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::WorkDocs::Types::ShareResult

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes the share results of a resource.

Instance Attribute Summary collapse

Instance Attribute Details

#invitee_principal_idString

The ID of the invited user.

Returns:

  • (String)

    The ID of the invited user.

#principal_idString

The ID of the principal.

Returns:

  • (String)

    The ID of the principal.

#roleString

The role.

Possible values:

  • VIEWER
  • CONTRIBUTOR
  • OWNER
  • COOWNER

Returns:

  • (String)

    The role.

#share_idString

The ID of the resource that was shared.

Returns:

  • (String)

    The ID of the resource that was shared.

#statusString

The status.

Possible values:

  • SUCCESS
  • FAILURE

Returns:

  • (String)

    The status.

#status_messageString

The status message.

Returns:

  • (String)

    The status message.