Struct aws_sdk_ec2::model::InstanceTypeOffering [−][src]
#[non_exhaustive]pub struct InstanceTypeOffering {
pub instance_type: Option<InstanceType>,
pub location_type: Option<LocationType>,
pub location: Option<String>,
}
Expand description
The instance types offered.
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.instance_type: Option<InstanceType>
The instance type. For more information, see Instance types in the Amazon EC2 User Guide.
location_type: Option<LocationType>
The location type.
location: Option<String>
The identifier for the location. This depends on the location type. For example, if the location type is
region
, the location is the Region code (for example, us-east-2
.)
Implementations
The instance type. For more information, see Instance types in the Amazon EC2 User Guide.
The location type.
Creates a new builder-style object to manufacture InstanceTypeOffering
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 InstanceTypeOffering
impl Send for InstanceTypeOffering
impl Sync for InstanceTypeOffering
impl Unpin for InstanceTypeOffering
impl UnwindSafe for InstanceTypeOffering
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