Class: Aws::DirectConnect::Types::CreateDirectConnectGatewayAssociationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::CreateDirectConnectGatewayAssociationResult
- Includes:
- Structure
- Defined in:
- 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.
1062 1063 1064 1065 1066 |
# File 'lib/aws-sdk-directconnect/types.rb', line 1062 class CreateDirectConnectGatewayAssociationResult < Struct.new( :direct_connect_gateway_association) SENSITIVE = [] include Aws::Structure end |