Class: Aws::Types::DirectConnectGatewayAssociationProposal

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#associated_gatewayTypes::AssociatedGateway

Returns the value of attribute associated_gateway.



610
611
612
# File 'sig/types.rbs', line 610

def associated_gateway
  @associated_gateway
end

#direct_connect_gateway_id::String

Returns the value of attribute direct_connect_gateway_id.

Returns:

  • (::String)


607
608
609
# File 'sig/types.rbs', line 607

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)


608
609
610
# File 'sig/types.rbs', line 608

def 
  @direct_connect_gateway_owner_account
end

#existing_allowed_prefixes_to_direct_connect_gateway::Array[Types::RouteFilterPrefix]

Returns the value of attribute existing_allowed_prefixes_to_direct_connect_gateway.

Returns:



611
612
613
# File 'sig/types.rbs', line 611

def existing_allowed_prefixes_to_direct_connect_gateway
  @existing_allowed_prefixes_to_direct_connect_gateway
end

#proposal_id::String

Returns the value of attribute proposal_id.

Returns:

  • (::String)


606
607
608
# File 'sig/types.rbs', line 606

def proposal_id
  @proposal_id
end

#proposal_state"requested", ...

Returns the value of attribute proposal_state.

Returns:

  • ("requested", "accepted", "deleted")


609
610
611
# File 'sig/types.rbs', line 609

def proposal_state
  @proposal_state
end

#requested_allowed_prefixes_to_direct_connect_gateway::Array[Types::RouteFilterPrefix]

Returns the value of attribute requested_allowed_prefixes_to_direct_connect_gateway.

Returns:



612
613
614
# File 'sig/types.rbs', line 612

def requested_allowed_prefixes_to_direct_connect_gateway
  @requested_allowed_prefixes_to_direct_connect_gateway
end