Class: Aws::Types::CreateDirectConnectGatewayAssociationProposalRequest

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:



250
251
252
# File 'sig/types.rbs', line 250

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)


247
248
249
# File 'sig/types.rbs', line 247

def direct_connect_gateway_id
  @direct_connect_gateway_id
end

#direct_connect_gateway_owner_account::String

Returns the value of attribute direct_connect_gateway_owner_account.

Returns:

  • (::String)


248
249
250
# File 'sig/types.rbs', line 248

def 
  @direct_connect_gateway_owner_account
end

#gateway_id::String

Returns the value of attribute gateway_id.

Returns:

  • (::String)


249
250
251
# File 'sig/types.rbs', line 249

def gateway_id
  @gateway_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:



251
252
253
# File 'sig/types.rbs', line 251

def remove_allowed_prefixes_to_direct_connect_gateway
  @remove_allowed_prefixes_to_direct_connect_gateway
end