Struct aws_sdk_eks::model::NodegroupResources
source · [−]#[non_exhaustive]pub struct NodegroupResources {
pub auto_scaling_groups: Option<Vec<AutoScalingGroup>>,
pub remote_access_security_group: Option<String>,
}
Expand description
An object representing the resources associated with the node group, such as Auto Scaling groups and security groups for remote access.
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.auto_scaling_groups: Option<Vec<AutoScalingGroup>>
The Auto Scaling groups associated with the node group.
remote_access_security_group: Option<String>
The remote access security group associated with the node group. This security group controls SSH access to the nodes.
Implementations
The Auto Scaling groups associated with the node group.
The remote access security group associated with the node group. This security group controls SSH access to the nodes.
Creates a new builder-style object to manufacture NodegroupResources
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 NodegroupResources
impl Send for NodegroupResources
impl Sync for NodegroupResources
impl Unpin for NodegroupResources
impl UnwindSafe for NodegroupResources
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