Struct aws_sdk_ec2::model::InstanceRequirementsWithMetadataRequest [−][src]
#[non_exhaustive]pub struct InstanceRequirementsWithMetadataRequest {
pub architecture_types: Option<Vec<ArchitectureType>>,
pub virtualization_types: Option<Vec<VirtualizationType>>,
pub instance_requirements: Option<InstanceRequirementsRequest>,
}
Expand description
The architecture type, virtualization type, and other attributes for the instance types. When you specify instance attributes, Amazon EC2 will identify instance types with those attributes.
If you specify InstanceRequirementsWithMetadataRequest
, you can't specify
InstanceTypes
.
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.architecture_types: Option<Vec<ArchitectureType>>
The architecture type.
virtualization_types: Option<Vec<VirtualizationType>>
The virtualization type.
instance_requirements: Option<InstanceRequirementsRequest>
The attributes for the instance types. When you specify instance attributes, Amazon EC2 will identify instance types with those attributes.
Implementations
The architecture type.
The virtualization type.
The attributes for the instance types. When you specify instance attributes, Amazon EC2 will identify instance types with those attributes.
Creates a new builder-style object to manufacture InstanceRequirementsWithMetadataRequest
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
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