Class: Aws::Types::UpdateDirectConnectGatewayAssociationRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#add_allowed_prefixes_to_direct_connect_gateway::Array[Types::RouteFilterPrefix]

Returns the value of attribute add_allowed_prefixes_to_direct_connect_gateway.

Returns:



1002
1003
1004
# File 'sig/types.rbs', line 1002

def add_allowed_prefixes_to_direct_connect_gateway
  @add_allowed_prefixes_to_direct_connect_gateway
end

#association_id::String

Returns the value of attribute association_id.

Returns:

  • (::String)


1001
1002
1003
# File 'sig/types.rbs', line 1001

def association_id
  @association_id
end

#remove_allowed_prefixes_to_direct_connect_gateway::Array[Types::RouteFilterPrefix]

Returns the value of attribute remove_allowed_prefixes_to_direct_connect_gateway.

Returns:



1003
1004
1005
# File 'sig/types.rbs', line 1003

def remove_allowed_prefixes_to_direct_connect_gateway
  @remove_allowed_prefixes_to_direct_connect_gateway
end