Class: Aws::DirectConnect::Types::AcceptDirectConnectGatewayAssociationProposalRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::AcceptDirectConnectGatewayAssociationProposalRequest
- Defined in:
- gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#associated_gateway_owner_account ⇒ String
The ID of the Amazon Web Services 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 Amazon Web Services account that owns the virtual private gateway or transit gateway.
40 41 42 43 44 45 46 47 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 40 class AcceptDirectConnectGatewayAssociationProposalRequest < Struct.new( :direct_connect_gateway_id, :proposal_id, :associated_gateway_owner_account, :override_allowed_prefixes_to_direct_connect_gateway) SENSITIVE = [] include Aws::Structure end |
#direct_connect_gateway_id ⇒ String
The ID of the Direct Connect gateway.
40 41 42 43 44 45 46 47 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 40 class AcceptDirectConnectGatewayAssociationProposalRequest < Struct.new( :direct_connect_gateway_id, :proposal_id, :associated_gateway_owner_account, :override_allowed_prefixes_to_direct_connect_gateway) SENSITIVE = [] include Aws::Structure end |
#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 Direct Connect User Guide.
40 41 42 43 44 45 46 47 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 40 class AcceptDirectConnectGatewayAssociationProposalRequest < Struct.new( :direct_connect_gateway_id, :proposal_id, :associated_gateway_owner_account, :override_allowed_prefixes_to_direct_connect_gateway) SENSITIVE = [] include Aws::Structure end |
#proposal_id ⇒ String
The ID of the request proposal.
40 41 42 43 44 45 46 47 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 40 class AcceptDirectConnectGatewayAssociationProposalRequest < Struct.new( :direct_connect_gateway_id, :proposal_id, :associated_gateway_owner_account, :override_allowed_prefixes_to_direct_connect_gateway) SENSITIVE = [] include Aws::Structure end |