Struct aws_sdk_ec2::output::CreateNetworkAclOutput
source · #[non_exhaustive]pub struct CreateNetworkAclOutput { /* private fields */ }
Implementations§
source§impl CreateNetworkAclOutput
impl CreateNetworkAclOutput
sourcepub fn network_acl(&self) -> Option<&NetworkAcl>
pub fn network_acl(&self) -> Option<&NetworkAcl>
Information about the network ACL.
source§impl CreateNetworkAclOutput
impl CreateNetworkAclOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateNetworkAclOutput
.
Trait Implementations§
source§impl Clone for CreateNetworkAclOutput
impl Clone for CreateNetworkAclOutput
source§fn clone(&self) -> CreateNetworkAclOutput
fn clone(&self) -> CreateNetworkAclOutput
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 more