Crate aws_throwaway
source ·Structs
- Construct this type to create and cleanup aws resources.
- Represents a currently running EC2 instance and provides various methods for interacting with the instance.
- Defines an instance that can be launched via [
Aws::create_ec2_instance]
Enums
- Specify the cleanup process to use.
- aws-throwaway needs to manually support each OS, so the only OS’s you can use are those listed in this enum. Support for more (similar) OS’s is welcome via pull request.
- When writing a match expression against
InstanceType, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature.