Class: Aws::DirectConnect::Types::DescribeCustomerMetadataResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::DescribeCustomerMetadataResponse
- Defined in:
- gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agreements ⇒ Array<Types::CustomerAgreement>
The list of customer agreements.
-
#nni_partner_type ⇒ String
The type of network-to-network interface (NNI) partner.
Instance Attribute Details
#agreements ⇒ Array<Types::CustomerAgreement>
The list of customer agreements.
1614 1615 1616 1617 1618 1619 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 1614 class DescribeCustomerMetadataResponse < Struct.new( :agreements, :nni_partner_type) SENSITIVE = [] include Aws::Structure end |
#nni_partner_type ⇒ String
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.
1614 1615 1616 1617 1618 1619 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 1614 class DescribeCustomerMetadataResponse < Struct.new( :agreements, :nni_partner_type) SENSITIVE = [] include Aws::Structure end |