Struct rusoto_workdocs::ShareResult [] [src]

pub struct ShareResult {
    pub principal_id: Option<String>,
    pub role: Option<String>,
    pub share_id: Option<String>,
    pub status: Option<String>,
    pub status_message: Option<String>,
}

Describes the share results of a resource.

Fields

The ID of the principal.

The role.

The ID of the resource that was shared.

The status.

The status message.

Trait Implementations

impl Default for ShareResult
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for ShareResult
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ShareResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ShareResult

impl Sync for ShareResult