Struct rusoto_opsworks::Permission [] [src]

pub struct Permission {
    pub allow_ssh: Option<Boolean>,
    pub allow_sudo: Option<Boolean>,
    pub iam_user_arn: Option<String>,
    pub level: Option<String>,
    pub stack_id: Option<String>,
}

Describes stack or user permissions.

Fields

Whether the user can use SSH.

Whether the user can use sudo.

The Amazon Resource Name (ARN) for an AWS Identity and Access Management (IAM) role. For more information about IAM ARNs, see Using Identifiers.

The user's permission level, which must be the following:

  • deny

  • show

  • deploy

  • manage

  • iam_only

For more information on the permissions associated with these levels, see Managing User Permissions

A stack ID.

Trait Implementations

impl Default for Permission
[src]

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

impl Debug for Permission
[src]

Formats the value using the given formatter.

impl Clone for Permission
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more