Class: Aws::DirectConnect::Types::DeleteDirectConnectGatewayAssociationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#association_idString

The ID of the Direct Connect gateway association.

Returns:

  • (String)


1377
1378
1379
1380
1381
1382
1383
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 1377

class DeleteDirectConnectGatewayAssociationRequest < Struct.new(
  :association_id,
  :direct_connect_gateway_id,
  :virtual_gateway_id)
  SENSITIVE = []
  include Aws::Structure
end

#direct_connect_gateway_idString

The ID of the Direct Connect gateway.

Returns:

  • (String)


1377
1378
1379
1380
1381
1382
1383
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 1377

class DeleteDirectConnectGatewayAssociationRequest < Struct.new(
  :association_id,
  :direct_connect_gateway_id,
  :virtual_gateway_id)
  SENSITIVE = []
  include Aws::Structure
end

#virtual_gateway_idString

The ID of the virtual private gateway.

Returns:

  • (String)


1377
1378
1379
1380
1381
1382
1383
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 1377

class DeleteDirectConnectGatewayAssociationRequest < Struct.new(
  :association_id,
  :direct_connect_gateway_id,
  :virtual_gateway_id)
  SENSITIVE = []
  include Aws::Structure
end