Struct aws_sdk_directconnect::output::DescribeCustomerMetadataOutput [−][src]
#[non_exhaustive]pub struct DescribeCustomerMetadataOutput {
pub agreements: Option<Vec<CustomerAgreement>>,
pub nni_partner_type: Option<NniPartnerType>,
}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.agreements: Option<Vec<CustomerAgreement>>The list of customer agreements.
nni_partner_type: 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.
Implementations
The list of customer agreements.
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.
Creates a new builder-style object to manufacture DescribeCustomerMetadataOutput
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 Send for DescribeCustomerMetadataOutput
impl Sync for DescribeCustomerMetadataOutput
impl Unpin for DescribeCustomerMetadataOutput
impl UnwindSafe for DescribeCustomerMetadataOutput
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
