Class: Aws::Types::CreateDirectConnectGatewayAssociationRequest

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:



263
264
265
# File 'sig/types.rbs', line 263

def add_allowed_prefixes_to_direct_connect_gateway
  @add_allowed_prefixes_to_direct_connect_gateway
end

#direct_connect_gateway_id::String

Returns the value of attribute direct_connect_gateway_id.

Returns:

  • (::String)


261
262
263
# File 'sig/types.rbs', line 261

def direct_connect_gateway_id
  @direct_connect_gateway_id
end

#gateway_id::String

Returns the value of attribute gateway_id.

Returns:

  • (::String)


262
263
264
# File 'sig/types.rbs', line 262

def gateway_id
  @gateway_id
end

#virtual_gateway_id::String

Returns the value of attribute virtual_gateway_id.

Returns:

  • (::String)


264
265
266
# File 'sig/types.rbs', line 264

def virtual_gateway_id
  @virtual_gateway_id
end