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

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

#associated_gateway_owner_accountString

The ID of the Amazon Web Services account that owns the virtual private gateway or transit gateway.

Returns:

  • (String)


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_idString

The ID of the Direct Connect gateway.

Returns:

  • (String)


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_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 Direct Connect User Guide.

Returns:



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_idString

The ID of the request proposal.

Returns:

  • (String)


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