Struct aws_sdk_workspaces::model::workspace_bundle::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for WorkspaceBundle
Implementations
The identifier of the bundle.
The owner of the bundle. This is the account identifier of the owner, or
AMAZON
if the bundle is provided by Amazon Web Services.
The owner of the bundle. This is the account identifier of the owner, or
AMAZON
if the bundle is provided by Amazon Web Services.
The description of the bundle.
The description of the bundle.
The identifier of the image that was used to create the bundle.
The identifier of the image that was used to create the bundle.
The size of the root volume.
The size of the root volume.
The size of the user volume.
The size of the user volume.
The compute type of the bundle. For more information, see Amazon WorkSpaces Bundles.
The compute type of the bundle. For more information, see Amazon WorkSpaces Bundles.
The last time that the bundle was updated.
The last time that the bundle was updated.
The time when the bundle was created.
The time when the bundle was created.
Consumes the builder and constructs a WorkspaceBundle
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more