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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#locationsArray<Types::Location>

The locations.

Returns:



2766
2767
2768
2769
2770
# File 'lib/aws-sdk-directconnect/types.rb', line 2766

class Locations < Struct.new(
  :locations)
  SENSITIVE = []
  include Aws::Structure
end