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:



597
598
599
# File 'sig/types.rbs', line 597

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.



598
599
600
# File 'sig/types.rbs', line 598

def associated_core_network
  @associated_core_network
end

#associated_gatewayTypes::AssociatedGateway

Returns the value of attribute associated_gateway.



595
596
597
# File 'sig/types.rbs', line 595

def associated_gateway
  @associated_gateway
end

#association_id::String

Returns the value of attribute association_id.

Returns:

  • (::String)


596
597
598
# File 'sig/types.rbs', line 596

def association_id
  @association_id
end

#association_state"associating", ...

Returns the value of attribute association_state.

Returns:

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


593
594
595
# File 'sig/types.rbs', line 593

def association_state
  @association_state
end

#direct_connect_gateway_id::String

Returns the value of attribute direct_connect_gateway_id.

Returns:

  • (::String)


591
592
593
# File 'sig/types.rbs', line 591

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)


592
593
594
# File 'sig/types.rbs', line 592

def 
  @direct_connect_gateway_owner_account
end

#state_change_error::String

Returns the value of attribute state_change_error.

Returns:

  • (::String)


594
595
596
# File 'sig/types.rbs', line 594

def state_change_error
  @state_change_error
end

#virtual_gateway_id::String

Returns the value of attribute virtual_gateway_id.

Returns:

  • (::String)


599
600
601
# File 'sig/types.rbs', line 599

def virtual_gateway_id
  @virtual_gateway_id
end

#virtual_gateway_owner_account::String

Returns the value of attribute virtual_gateway_owner_account.

Returns:

  • (::String)


601
602
603
# File 'sig/types.rbs', line 601

def 
  @virtual_gateway_owner_account
end

#virtual_gateway_region::String

Returns the value of attribute virtual_gateway_region.

Returns:

  • (::String)


600
601
602
# File 'sig/types.rbs', line 600

def virtual_gateway_region
  @virtual_gateway_region
end