Struct aws_sdk_appstream::input::CopyImageInput
source · [−]#[non_exhaustive]pub struct CopyImageInput {
pub source_image_name: Option<String>,
pub destination_image_name: Option<String>,
pub destination_region: Option<String>,
pub destination_image_description: Option<String>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.source_image_name: Option<String>The name of the image to copy.
destination_image_name: Option<String>The name that the image will have when it is copied to the destination.
destination_region: Option<String>The destination region to which the image will be copied. This parameter is required, even if you are copying an image within the same region.
destination_image_description: Option<String>The description that the image will have when it is copied to the destination.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CopyImage, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CopyImage, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CopyImage>
Creates a new builder-style object to manufacture CopyImageInput
The name of the image to copy.
The name that the image will have when it is copied to the destination.
The destination region to which the image will be copied. This parameter is required, even if you are copying an image within the same region.
The description that the image will have when it is copied to the destination.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for CopyImageInput
impl Send for CopyImageInput
impl Sync for CopyImageInput
impl Unpin for CopyImageInput
impl UnwindSafe for CopyImageInput
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