Struct aws_sdk_appstream::input::CreateAppBlockInput
source · [−]#[non_exhaustive]pub struct CreateAppBlockInput {
pub name: Option<String>,
pub description: Option<String>,
pub display_name: Option<String>,
pub source_s3_location: Option<S3Location>,
pub setup_script_details: Option<ScriptDetails>,
pub tags: Option<HashMap<String, 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.name: Option<String>The name of the app block.
description: Option<String>The description of the app block.
display_name: Option<String>The display name of the app block. This is not displayed to the user.
source_s3_location: Option<S3Location>The source S3 location of the app block.
setup_script_details: Option<ScriptDetails>The setup script details of the app block.
The tags assigned to the app block.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateAppBlock, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateAppBlock, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateAppBlock>
Creates a new builder-style object to manufacture CreateAppBlockInput
The description of the app block.
The display name of the app block. This is not displayed to the user.
The source S3 location of the app block.
The setup script details of the app block.
The tags assigned to the app block.
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 CreateAppBlockInput
impl Send for CreateAppBlockInput
impl Sync for CreateAppBlockInput
impl Unpin for CreateAppBlockInput
impl UnwindSafe for CreateAppBlockInput
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