Class: Aws::DirectConnect::Types::Location

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

Overview

Information about an Direct Connect location.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#available_mac_sec_port_speedsArray<String>

The available MAC Security (MACsec) port speeds for the location.

Returns:

  • (Array<String>)


2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 2746

class Location < Struct.new(
  :location_code,
  :location_name,
  :region,
  :available_port_speeds,
  :available_providers,
  :available_mac_sec_port_speeds)
  SENSITIVE = []
  include Aws::Structure
end

#available_port_speedsArray<String>

The available port speeds for the location.

Returns:

  • (Array<String>)


2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 2746

class Location < Struct.new(
  :location_code,
  :location_name,
  :region,
  :available_port_speeds,
  :available_providers,
  :available_mac_sec_port_speeds)
  SENSITIVE = []
  include Aws::Structure
end

#available_providersArray<String>

The name of the service provider for the location.

Returns:

  • (Array<String>)


2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 2746

class Location < Struct.new(
  :location_code,
  :location_name,
  :region,
  :available_port_speeds,
  :available_providers,
  :available_mac_sec_port_speeds)
  SENSITIVE = []
  include Aws::Structure
end

#location_codeString

The code for the location.

Returns:

  • (String)


2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 2746

class Location < Struct.new(
  :location_code,
  :location_name,
  :region,
  :available_port_speeds,
  :available_providers,
  :available_mac_sec_port_speeds)
  SENSITIVE = []
  include Aws::Structure
end

#location_nameString

The name of the location. This includes the name of the colocation partner and the physical site of the building.

Returns:

  • (String)


2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 2746

class Location < Struct.new(
  :location_code,
  :location_name,
  :region,
  :available_port_speeds,
  :available_providers,
  :available_mac_sec_port_speeds)
  SENSITIVE = []
  include Aws::Structure
end

#regionString

The Amazon Web Services Region for the location.

Returns:

  • (String)


2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 2746

class Location < Struct.new(
  :location_code,
  :location_name,
  :region,
  :available_port_speeds,
  :available_providers,
  :available_mac_sec_port_speeds)
  SENSITIVE = []
  include Aws::Structure
end