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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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:



3500
3501
3502
3503
3504
3505
3506
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 3500

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_idString

The ID of the Direct Connect gateway association.

Returns:

  • (String)


3500
3501
3502
3503
3504
3505
3506
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 3500

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_gatewayArray<Types::RouteFilterPrefix>

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

Returns:



3500
3501
3502
3503
3504
3505
3506
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 3500

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