Class: Aws::Types::AcceptDirectConnectGatewayAssociationProposalRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#associated_gateway_owner_account::String

Returns the value of attribute associated_gateway_owner_account.

Returns:

  • (::String)


14
15
16
# File 'sig/types.rbs', line 14

def 
  @associated_gateway_owner_account
end

#direct_connect_gateway_id::String

Returns the value of attribute direct_connect_gateway_id.

Returns:

  • (::String)


12
13
14
# File 'sig/types.rbs', line 12

def direct_connect_gateway_id
  @direct_connect_gateway_id
end

#override_allowed_prefixes_to_direct_connect_gateway::Array[Types::RouteFilterPrefix]

Returns the value of attribute override_allowed_prefixes_to_direct_connect_gateway.

Returns:



15
16
17
# File 'sig/types.rbs', line 15

def override_allowed_prefixes_to_direct_connect_gateway
  @override_allowed_prefixes_to_direct_connect_gateway
end

#proposal_id::String

Returns the value of attribute proposal_id.

Returns:

  • (::String)


13
14
15
# File 'sig/types.rbs', line 13

def proposal_id
  @proposal_id
end