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:



2797
2798
2799
2800
2801
# File 'lib/aws-sdk-directconnect/types.rb', line 2797

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