#[non_exhaustive]pub struct ImportWorkspaceImageInput { /* private fields */ }Implementations
sourceimpl ImportWorkspaceImageInput
impl ImportWorkspaceImageInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ImportWorkspaceImage, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ImportWorkspaceImage, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ImportWorkspaceImage>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ImportWorkspaceImageInput.
sourceimpl ImportWorkspaceImageInput
impl ImportWorkspaceImageInput
sourcepub fn ec2_image_id(&self) -> Option<&str>
pub fn ec2_image_id(&self) -> Option<&str>
The identifier of the EC2 image.
sourcepub fn ingestion_process(&self) -> Option<&WorkspaceImageIngestionProcess>
pub fn ingestion_process(&self) -> Option<&WorkspaceImageIngestionProcess>
The ingestion process to be used when importing the image, depending on which protocol you want to use for your BYOL Workspace image, either PCoIP or WorkSpaces Streaming Protocol (WSP). To use WSP, specify a value that ends in _WSP. To use PCoIP, specify a value that does not end in _WSP.
For non-GPU-enabled bundles (bundles other than Graphics or GraphicsPro), specify BYOL_REGULAR or BYOL_REGULAR_WSP, depending on the protocol.
sourcepub fn image_name(&self) -> Option<&str>
pub fn image_name(&self) -> Option<&str>
The name of the WorkSpace image.
sourcepub fn image_description(&self) -> Option<&str>
pub fn image_description(&self) -> Option<&str>
The description of the WorkSpace image.
The tags. Each WorkSpaces resource can have a maximum of 50 tags.
sourcepub fn applications(&self) -> Option<&[Application]>
pub fn applications(&self) -> Option<&[Application]>
If specified, the version of Microsoft Office to subscribe to. Valid only for Windows 10 BYOL images. For more information about subscribing to Office for BYOL images, see Bring Your Own Windows Desktop Licenses.
Although this parameter is an array, only one item is allowed at this time.
Trait Implementations
sourceimpl Clone for ImportWorkspaceImageInput
impl Clone for ImportWorkspaceImageInput
sourcefn clone(&self) -> ImportWorkspaceImageInput
fn clone(&self) -> ImportWorkspaceImageInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more