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:



288
289
290
# File 'sig/types.rbs', line 288

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)


286
287
288
# File 'sig/types.rbs', line 286

def direct_connect_gateway_id
  @direct_connect_gateway_id
end

#gateway_id::String

Returns the value of attribute gateway_id.

Returns:

  • (::String)


287
288
289
# File 'sig/types.rbs', line 287

def gateway_id
  @gateway_id
end

#virtual_gateway_id::String

Returns the value of attribute virtual_gateway_id.

Returns:

  • (::String)


289
290
291
# File 'sig/types.rbs', line 289

def virtual_gateway_id
  @virtual_gateway_id
end