Class: Aws::DirectConnect::Types::CreateDirectConnectGatewayAssociationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::CreateDirectConnectGatewayAssociationResult
- Defined in:
- gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#direct_connect_gateway_association ⇒ Types::DirectConnectGatewayAssociation
The association to be created.
Instance Attribute Details
#direct_connect_gateway_association ⇒ Types::DirectConnectGatewayAssociation
The association to be created.
1087 1088 1089 1090 1091 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 1087 class CreateDirectConnectGatewayAssociationResult < Struct.new( :direct_connect_gateway_association) SENSITIVE = [] include Aws::Structure end |