#[non_exhaustive]pub struct CreateWorkspaceBundleInput { /* private fields */ }
Implementations§
source§impl CreateWorkspaceBundleInput
impl CreateWorkspaceBundleInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateWorkspaceBundle, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateWorkspaceBundle, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateWorkspaceBundle
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateWorkspaceBundleInput
.
source§impl CreateWorkspaceBundleInput
impl CreateWorkspaceBundleInput
sourcepub fn bundle_name(&self) -> Option<&str>
pub fn bundle_name(&self) -> Option<&str>
The name of the bundle.
sourcepub fn bundle_description(&self) -> Option<&str>
pub fn bundle_description(&self) -> Option<&str>
The description of the bundle.
sourcepub fn image_id(&self) -> Option<&str>
pub fn image_id(&self) -> Option<&str>
The identifier of the image that is used to create the bundle.
sourcepub fn compute_type(&self) -> Option<&ComputeType>
pub fn compute_type(&self) -> Option<&ComputeType>
Describes the compute type of the bundle.
sourcepub fn user_storage(&self) -> Option<&UserStorage>
pub fn user_storage(&self) -> Option<&UserStorage>
Describes the user volume for a WorkSpace bundle.
sourcepub fn root_storage(&self) -> Option<&RootStorage>
pub fn root_storage(&self) -> Option<&RootStorage>
Describes the root volume for a WorkSpace bundle.
The tags associated with the bundle.
To add tags at the same time when you're creating the bundle, you must create an IAM policy that grants your IAM user permissions to use workspaces:CreateTags
.
Trait Implementations§
source§impl Clone for CreateWorkspaceBundleInput
impl Clone for CreateWorkspaceBundleInput
source§fn clone(&self) -> CreateWorkspaceBundleInput
fn clone(&self) -> CreateWorkspaceBundleInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CreateWorkspaceBundleInput
impl Debug for CreateWorkspaceBundleInput
source§impl PartialEq<CreateWorkspaceBundleInput> for CreateWorkspaceBundleInput
impl PartialEq<CreateWorkspaceBundleInput> for CreateWorkspaceBundleInput
source§fn eq(&self, other: &CreateWorkspaceBundleInput) -> bool
fn eq(&self, other: &CreateWorkspaceBundleInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.