Struct aws_sdk_securityhub::types::AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6AddressesDetails
source · #[non_exhaustive]pub struct AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6AddressesDetails {
pub ipv6_address: Option<String>,
}
Expand description
Specifies an IPv6 address in an Amazon EC2 launch template.
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.ipv6_address: Option<String>
One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet.
Implementations§
source§impl AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6AddressesDetails
impl AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6AddressesDetails
sourcepub fn ipv6_address(&self) -> Option<&str>
pub fn ipv6_address(&self) -> Option<&str>
One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet.
source§impl AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6AddressesDetails
impl AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6AddressesDetails
sourcepub fn builder(
) -> AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6AddressesDetailsBuilder
pub fn builder( ) -> AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6AddressesDetailsBuilder
Creates a new builder-style object to manufacture AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6AddressesDetails
.
Trait Implementations§
source§impl Clone for AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6AddressesDetails
impl Clone for AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6AddressesDetails
source§fn clone(
&self
) -> AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6AddressesDetails
fn clone( &self ) -> AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6AddressesDetails
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 for AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6AddressesDetails
impl PartialEq for AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6AddressesDetails
source§fn eq(
&self,
other: &AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6AddressesDetails
) -> bool
fn eq( &self, other: &AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6AddressesDetails ) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6AddressesDetails
Auto Trait Implementations§
impl RefUnwindSafe for AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6AddressesDetails
impl Send for AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6AddressesDetails
impl Sync for AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6AddressesDetails
impl Unpin for AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6AddressesDetails
impl UnwindSafe for AwsEc2LaunchTemplateDataNetworkInterfaceSetIpv6AddressesDetails
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.