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:



989
990
991
# File 'sig/types.rbs', line 989

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)


988
989
990
# File 'sig/types.rbs', line 988

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:



990
991
992
# File 'sig/types.rbs', line 990

def remove_allowed_prefixes_to_direct_connect_gateway
  @remove_allowed_prefixes_to_direct_connect_gateway
end