Struct aws_sdk_workspaces::model::workspace_image::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for WorkspaceImage
Implementations
The identifier of the image.
The description of the image.
The description of the image.
The operating system that the image is running.
The operating system that the image is running.
The status of the image.
The status of the image.
Specifies whether the image is running on dedicated hardware. When Bring Your Own
License (BYOL) is enabled, this value is set to DEDICATED. For more
information, see Bring Your Own Windows
Desktop Images.
Specifies whether the image is running on dedicated hardware. When Bring Your Own
License (BYOL) is enabled, this value is set to DEDICATED. For more
information, see Bring Your Own Windows
Desktop Images.
The error code that is returned for the image.
The error code that is returned for the image.
The text of the error message that is returned for the image.
The text of the error message that is returned for the image.
The date when the image was created. If the image has been shared, the Amazon Web Services account that the image has been shared with sees the original creation date of the image.
The date when the image was created. If the image has been shared, the Amazon Web Services account that the image has been shared with sees the original creation date of the image.
The identifier of the Amazon Web Services account that owns the image.
The identifier of the Amazon Web Services account that owns the image.
The updates (if any) that are available for the specified image.
The updates (if any) that are available for the specified image.
Consumes the builder and constructs a WorkspaceImage
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