You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DirectConnect::Types::UpdateDirectConnectGatewayAssociationRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateDirectConnectGatewayAssociationRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  association_id: "DirectConnectGatewayAssociationId",
  add_allowed_prefixes_to_direct_connect_gateway: [
    {
      cidr: "CIDR",
    },
  ],
  remove_allowed_prefixes_to_direct_connect_gateway: [
    {
      cidr: "CIDR",
    },
  ],
}

Instance Attribute Summary collapse

Instance Attribute Details

#add_allowed_prefixes_to_direct_connect_gatewayArray<Types::RouteFilterPrefix>

The Amazon VPC prefixes to advertise to the Direct Connect gateway.

Returns:

#association_idString

The ID of the Direct Connect gateway association.

Returns:

  • (String)

    The ID of the Direct Connect gateway association.

#remove_allowed_prefixes_to_direct_connect_gatewayArray<Types::RouteFilterPrefix>

The Amazon VPC prefixes to no longer advertise to the Direct Connect gateway.

Returns: