Class: Aws::DirectConnect::Types::Connections
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::Connections
- Defined in:
- gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connections ⇒ Array<Types::Connection>
The connections.
Instance Attribute Details
#connections ⇒ Array<Types::Connection>
The connections.
911 912 913 914 915 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 911 class Connections < Struct.new( :connections) SENSITIVE = [] include Aws::Structure end |