#[non_exhaustive]pub struct AwsEcsServiceNetworkConfigurationDetails { /* private fields */ }
Expand description
For tasks that use the awsvpc
networking mode, the VPC subnet and security group configuration.
Implementations§
source§impl AwsEcsServiceNetworkConfigurationDetails
impl AwsEcsServiceNetworkConfigurationDetails
sourcepub fn aws_vpc_configuration(
&self
) -> Option<&AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails>
pub fn aws_vpc_configuration(
&self
) -> Option<&AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails>
The VPC subnet and security group configuration.
source§impl AwsEcsServiceNetworkConfigurationDetails
impl AwsEcsServiceNetworkConfigurationDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsEcsServiceNetworkConfigurationDetails
.
Trait Implementations§
source§impl Clone for AwsEcsServiceNetworkConfigurationDetails
impl Clone for AwsEcsServiceNetworkConfigurationDetails
source§fn clone(&self) -> AwsEcsServiceNetworkConfigurationDetails
fn clone(&self) -> AwsEcsServiceNetworkConfigurationDetails
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<AwsEcsServiceNetworkConfigurationDetails> for AwsEcsServiceNetworkConfigurationDetails
impl PartialEq<AwsEcsServiceNetworkConfigurationDetails> for AwsEcsServiceNetworkConfigurationDetails
source§fn eq(&self, other: &AwsEcsServiceNetworkConfigurationDetails) -> bool
fn eq(&self, other: &AwsEcsServiceNetworkConfigurationDetails) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.