Class: Aws::Types::DirectConnectGatewayAssociation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_prefixes_to_direct_connect_gateway::Array[Types::RouteFilterPrefix]

Returns the value of attribute allowed_prefixes_to_direct_connect_gateway.

Returns:



647
648
649
# File 'sig/types.rbs', line 647

def allowed_prefixes_to_direct_connect_gateway
  @allowed_prefixes_to_direct_connect_gateway
end

#associated_core_networkTypes::AssociatedCoreNetwork

Returns the value of attribute associated_core_network.



648
649
650
# File 'sig/types.rbs', line 648

def associated_core_network
  @associated_core_network
end

#associated_gatewayTypes::AssociatedGateway

Returns the value of attribute associated_gateway.



645
646
647
# File 'sig/types.rbs', line 645

def associated_gateway
  @associated_gateway
end

#association_id::String

Returns the value of attribute association_id.

Returns:

  • (::String)


646
647
648
# File 'sig/types.rbs', line 646

def association_id
  @association_id
end

#association_state"associating", ...

Returns the value of attribute association_state.

Returns:

  • ("associating", "associated", "disassociating", "disassociated", "updating")


643
644
645
# File 'sig/types.rbs', line 643

def association_state
  @association_state
end

#direct_connect_gateway_id::String

Returns the value of attribute direct_connect_gateway_id.

Returns:

  • (::String)


641
642
643
# File 'sig/types.rbs', line 641

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)


642
643
644
# File 'sig/types.rbs', line 642

def 
  @direct_connect_gateway_owner_account
end

#state_change_error::String

Returns the value of attribute state_change_error.

Returns:

  • (::String)


644
645
646
# File 'sig/types.rbs', line 644

def state_change_error
  @state_change_error
end

#virtual_gateway_id::String

Returns the value of attribute virtual_gateway_id.

Returns:

  • (::String)


649
650
651
# File 'sig/types.rbs', line 649

def virtual_gateway_id
  @virtual_gateway_id
end

#virtual_gateway_owner_account::String

Returns the value of attribute virtual_gateway_owner_account.

Returns:

  • (::String)


651
652
653
# File 'sig/types.rbs', line 651

def 
  @virtual_gateway_owner_account
end

#virtual_gateway_region::String

Returns the value of attribute virtual_gateway_region.

Returns:

  • (::String)


650
651
652
# File 'sig/types.rbs', line 650

def virtual_gateway_region
  @virtual_gateway_region
end