Class: Aws::DirectConnect::Types::UpdateDirectConnectGatewayAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::UpdateDirectConnectGatewayAssociationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#add_allowed_prefixes_to_direct_connect_gateway ⇒ Array<Types::RouteFilterPrefix>
The Amazon VPC prefixes to advertise to the Direct Connect gateway.
-
#association_id ⇒ String
The ID of the Direct Connect gateway association.
-
#remove_allowed_prefixes_to_direct_connect_gateway ⇒ Array<Types::RouteFilterPrefix>
The Amazon VPC prefixes to no longer advertise to the Direct Connect gateway.
Instance Attribute Details
#add_allowed_prefixes_to_direct_connect_gateway ⇒ Array<Types::RouteFilterPrefix>
The Amazon VPC prefixes to advertise to the Direct Connect gateway.
3503 3504 3505 3506 3507 3508 3509 |
# File 'lib/aws-sdk-directconnect/types.rb', line 3503 class UpdateDirectConnectGatewayAssociationRequest < Struct.new( :association_id, :add_allowed_prefixes_to_direct_connect_gateway, :remove_allowed_prefixes_to_direct_connect_gateway) SENSITIVE = [] include Aws::Structure end |
#association_id ⇒ String
The ID of the Direct Connect gateway association.
3503 3504 3505 3506 3507 3508 3509 |
# File 'lib/aws-sdk-directconnect/types.rb', line 3503 class UpdateDirectConnectGatewayAssociationRequest < Struct.new( :association_id, :add_allowed_prefixes_to_direct_connect_gateway, :remove_allowed_prefixes_to_direct_connect_gateway) SENSITIVE = [] include Aws::Structure end |
#remove_allowed_prefixes_to_direct_connect_gateway ⇒ Array<Types::RouteFilterPrefix>
The Amazon VPC prefixes to no longer advertise to the Direct Connect gateway.
3503 3504 3505 3506 3507 3508 3509 |
# File 'lib/aws-sdk-directconnect/types.rb', line 3503 class UpdateDirectConnectGatewayAssociationRequest < Struct.new( :association_id, :add_allowed_prefixes_to_direct_connect_gateway, :remove_allowed_prefixes_to_direct_connect_gateway) SENSITIVE = [] include Aws::Structure end |