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

Class: Aws::DirectConnect::Types::AcceptDirectConnectGatewayAssociationProposalRequest

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

Overview

Note:

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

{
  direct_connect_gateway_id: "DirectConnectGatewayId", # required
  proposal_id: "DirectConnectGatewayAssociationProposalId", # required
  associated_gateway_owner_account: "OwnerAccount", # required
  override_allowed_prefixes_to_direct_connect_gateway: [
    {
      cidr: "CIDR",
    },
  ],
}

Instance Attribute Summary collapse

Instance Attribute Details

#associated_gateway_owner_accountString

The ID of the AWS account that owns the virtual private gateway or transit gateway.

Returns:

  • (String)

    The ID of the AWS account that owns the virtual private gateway or transit gateway.

#direct_connect_gateway_idString

The ID of the Direct Connect gateway.

Returns:

  • (String)

    The ID of the Direct Connect gateway.

#override_allowed_prefixes_to_direct_connect_gatewayArray<Types::RouteFilterPrefix>

Overrides the Amazon VPC prefixes advertised to the Direct Connect gateway.

For information about how to set the prefixes, see Allowed Prefixes in the AWS Direct Connect User Guide.

Returns:

#proposal_idString

The ID of the request proposal.

Returns:

  • (String)

    The ID of the request proposal.