#[non_exhaustive]pub struct DescribeCustomerMetadataOutput { /* private fields */ }Implementations
sourceimpl DescribeCustomerMetadataOutput
impl DescribeCustomerMetadataOutput
sourcepub fn agreements(&self) -> Option<&[CustomerAgreement]>
pub fn agreements(&self) -> Option<&[CustomerAgreement]>
The list of customer agreements.
sourcepub fn nni_partner_type(&self) -> Option<&NniPartnerType>
pub fn nni_partner_type(&self) -> Option<&NniPartnerType>
The type of network-to-network interface (NNI) partner. The partner type will be one of the following:
-
V1: This partner can only allocate 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, or 500Mbps subgigabit connections.
-
V2: This partner can only allocate 1GB, 2GB, 5GB, or 10GB hosted connections.
-
nonPartner: The customer is not a partner.
sourceimpl DescribeCustomerMetadataOutput
impl DescribeCustomerMetadataOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeCustomerMetadataOutput.
Trait Implementations
sourceimpl Clone for DescribeCustomerMetadataOutput
impl Clone for DescribeCustomerMetadataOutput
sourcefn clone(&self) -> DescribeCustomerMetadataOutput
fn clone(&self) -> DescribeCustomerMetadataOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<DescribeCustomerMetadataOutput> for DescribeCustomerMetadataOutput
impl PartialEq<DescribeCustomerMetadataOutput> for DescribeCustomerMetadataOutput
sourcefn eq(&self, other: &DescribeCustomerMetadataOutput) -> bool
fn eq(&self, other: &DescribeCustomerMetadataOutput) -> bool
impl StructuralPartialEq for DescribeCustomerMetadataOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeCustomerMetadataOutput
impl Send for DescribeCustomerMetadataOutput
impl Sync for DescribeCustomerMetadataOutput
impl Unpin for DescribeCustomerMetadataOutput
impl UnwindSafe for DescribeCustomerMetadataOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more