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:



2825
2826
2827
2828
2829
# File 'lib/aws-sdk-directconnect/types.rb', line 2825

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