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

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

Overview

Information about an AWS Direct Connect location.

Instance Attribute Summary collapse

Instance Attribute Details

#location_codeString

The code for the location.

Returns:

  • (String)


2040
2041
2042
2043
2044
2045
# File 'lib/aws-sdk-directconnect/types.rb', line 2040

class Location < Struct.new(
  :location_code,
  :location_name,
  :region)
  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)


2040
2041
2042
2043
2044
2045
# File 'lib/aws-sdk-directconnect/types.rb', line 2040

class Location < Struct.new(
  :location_code,
  :location_name,
  :region)
  include Aws::Structure
end

#regionString

The AWS Region for the location.

Returns:

  • (String)


2040
2041
2042
2043
2044
2045
# File 'lib/aws-sdk-directconnect/types.rb', line 2040

class Location < Struct.new(
  :location_code,
  :location_name,
  :region)
  include Aws::Structure
end