Class: Aws::DirectConnect::Types::DescribeCustomerMetadataResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agreementsArray<Types::CustomerAgreement>

The list of customer agreements.

Returns:



1613
1614
1615
1616
1617
1618
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 1613

class DescribeCustomerMetadataResponse < Struct.new(
  :agreements,
  :nni_partner_type)
  SENSITIVE = []
  include Aws::Structure
end

#nni_partner_typeString

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.

Returns:

  • (String)


1613
1614
1615
1616
1617
1618
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 1613

class DescribeCustomerMetadataResponse < Struct.new(
  :agreements,
  :nni_partner_type)
  SENSITIVE = []
  include Aws::Structure
end