Class: Aws::DirectConnect::Types::Locations
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::Locations
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#locations ⇒ Array<Types::Location>
The locations.
Instance Attribute Details
#locations ⇒ Array<Types::Location>
The locations.
2766 2767 2768 2769 2770 |
# File 'lib/aws-sdk-directconnect/types.rb', line 2766 class Locations < Struct.new( :locations) SENSITIVE = [] include Aws::Structure end |