Struct rusoto_workspaces::DefaultWorkspaceCreationProperties [] [src]

pub struct DefaultWorkspaceCreationProperties {
    pub custom_security_group_id: Option<SecurityGroupId>,
    pub default_ou: Option<DefaultOu>,
    pub enable_internet_access: Option<BooleanObject>,
    pub enable_work_docs: Option<BooleanObject>,
    pub user_enabled_as_local_administrator: Option<BooleanObject>,
}

Contains default WorkSpace creation information.

Fields

The identifier of any custom security groups that are applied to the WorkSpaces when they are created.

The organizational unit (OU) in the directory that the WorkSpace machine accounts are placed in.

A public IP address will be attached to all WorkSpaces that are created or rebuilt.

Specifies if the directory is enabled for Amazon WorkDocs.

The WorkSpace user is an administrator on the WorkSpace.

Trait Implementations

impl Default for DefaultWorkspaceCreationProperties
[src]

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

impl Debug for DefaultWorkspaceCreationProperties
[src]

Formats the value using the given formatter.

impl Clone for DefaultWorkspaceCreationProperties
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more