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
- Struct
- Aws::DirectConnect::Types::AcceptDirectConnectGatewayAssociationProposalRequest
- Defined in:
- (unknown)
Overview
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
-
#associated_gateway_owner_account ⇒ String
The ID of the AWS account that owns the virtual private gateway or transit gateway.
-
#direct_connect_gateway_id ⇒ String
The ID of the Direct Connect gateway.
-
#override_allowed_prefixes_to_direct_connect_gateway ⇒ Array<Types::RouteFilterPrefix>
Overrides the Amazon VPC prefixes advertised to the Direct Connect gateway.
-
#proposal_id ⇒ String
The ID of the request proposal.
Instance Attribute Details
#associated_gateway_owner_account ⇒ String
The ID of the AWS account that owns the virtual private gateway or transit gateway.
#direct_connect_gateway_id ⇒ String
The ID of the Direct Connect gateway.
#override_allowed_prefixes_to_direct_connect_gateway ⇒ Array<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.
#proposal_id ⇒ String
The ID of the request proposal.