Struct aws_sdk_appstream::types::AppBlock
source · #[non_exhaustive]pub struct AppBlock { /* private fields */ }
Expand description
Describes an app block.
App blocks are an Amazon AppStream 2.0 resource that stores the details about the virtual hard disk in an S3 bucket. It also stores the setup script with details about how to mount the virtual hard disk. The virtual hard disk includes the application binaries and other files necessary to launch your applications. Multiple applications can be assigned to a single app block.
This is only supported for Elastic fleets.
Implementations§
source§impl AppBlock
impl AppBlock
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the app block.
sourcepub fn display_name(&self) -> Option<&str>
pub fn display_name(&self) -> Option<&str>
The display name of the app block.
sourcepub fn source_s3_location(&self) -> Option<&S3Location>
pub fn source_s3_location(&self) -> Option<&S3Location>
The source S3 location of the app block.
sourcepub fn setup_script_details(&self) -> Option<&ScriptDetails>
pub fn setup_script_details(&self) -> Option<&ScriptDetails>
The setup script details of the app block.
sourcepub fn created_time(&self) -> Option<&DateTime>
pub fn created_time(&self) -> Option<&DateTime>
The created time of the app block.