Class: Aws::DirectConnect::Types::Locations

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#locationsArray<Types::Location>

The locations.

Returns:



2053
2054
2055
2056
# File 'lib/aws-sdk-directconnect/types.rb', line 2053

class Locations < Struct.new(
  :locations)
  include Aws::Structure
end