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.



660
661
662
# File 'sig/types.rbs', line 660

def associated_gateway
  @associated_gateway
end

#direct_connect_gateway_id::String

Returns the value of attribute direct_connect_gateway_id.

Returns:

  • (::String)


657
658
659
# File 'sig/types.rbs', line 657

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)


658
659
660
# File 'sig/types.rbs', line 658

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:



661
662
663
# File 'sig/types.rbs', line 661

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)


656
657
658
# File 'sig/types.rbs', line 656

def proposal_id
  @proposal_id
end

#proposal_state"requested", ...

Returns the value of attribute proposal_state.

Returns:

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


659
660
661
# File 'sig/types.rbs', line 659

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:



662
663
664
# File 'sig/types.rbs', line 662

def requested_allowed_prefixes_to_direct_connect_gateway
  @requested_allowed_prefixes_to_direct_connect_gateway
end