#[non_exhaustive]pub struct CreateUpdatedImageInput { /* private fields */ }
Implementations§
source§impl CreateUpdatedImageInput
impl CreateUpdatedImageInput
sourcepub fn existing_image_name(&self) -> Option<&str>
pub fn existing_image_name(&self) -> Option<&str>
The name of the image to update.
sourcepub fn new_image_name(&self) -> Option<&str>
pub fn new_image_name(&self) -> Option<&str>
The name of the new image. The name must be unique within the AWS account and Region.
sourcepub fn new_image_description(&self) -> Option<&str>
pub fn new_image_description(&self) -> Option<&str>
The description to display for the new image.
sourcepub fn new_image_display_name(&self) -> Option<&str>
pub fn new_image_display_name(&self) -> Option<&str>
The name to display for the new image.
The tags to associate with the new image. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=.
Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:
_ . : / = + \ - @
If you do not specify a value, the value is set to an empty string.
For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.
sourcepub fn dry_run(&self) -> Option<bool>
pub fn dry_run(&self) -> Option<bool>
Indicates whether to display the status of image update availability before AppStream 2.0 initiates the process of creating a new updated image. If this value is set to true
, AppStream 2.0 displays whether image updates are available. If this value is set to false
, AppStream 2.0 initiates the process of creating a new updated image without displaying whether image updates are available.
source§impl CreateUpdatedImageInput
impl CreateUpdatedImageInput
sourcepub fn builder() -> CreateUpdatedImageInputBuilder
pub fn builder() -> CreateUpdatedImageInputBuilder
Creates a new builder-style object to manufacture CreateUpdatedImageInput
.
source§impl CreateUpdatedImageInput
impl CreateUpdatedImageInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateUpdatedImage, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<CreateUpdatedImage, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateUpdatedImage
>
Trait Implementations§
source§impl Clone for CreateUpdatedImageInput
impl Clone for CreateUpdatedImageInput
source§fn clone(&self) -> CreateUpdatedImageInput
fn clone(&self) -> CreateUpdatedImageInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for CreateUpdatedImageInput
impl Debug for CreateUpdatedImageInput
source§impl PartialEq<CreateUpdatedImageInput> for CreateUpdatedImageInput
impl PartialEq<CreateUpdatedImageInput> for CreateUpdatedImageInput
source§fn eq(&self, other: &CreateUpdatedImageInput) -> bool
fn eq(&self, other: &CreateUpdatedImageInput) -> bool
self
and other
values to be equal, and is used
by ==
.