Class: Aws::Types::LocalGatewayVirtualInterface

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_state"pending", ...

Returns the value of attribute configuration_state.

Returns:

  • ("pending", "available", "deleting", "deleted")


13597
13598
13599
# File 'sig/types.rbs', line 13597

def configuration_state
  @configuration_state
end

#local_address::String

Returns the value of attribute local_address.

Returns:

  • (::String)


13590
13591
13592
# File 'sig/types.rbs', line 13590

def local_address
  @local_address
end

#local_bgp_asn::Integer

Returns the value of attribute local_bgp_asn.

Returns:

  • (::Integer)


13592
13593
13594
# File 'sig/types.rbs', line 13592

def local_bgp_asn
  @local_bgp_asn
end

#local_gateway_id::String

Returns the value of attribute local_gateway_id.

Returns:

  • (::String)


13585
13586
13587
# File 'sig/types.rbs', line 13585

def local_gateway_id
  @local_gateway_id
end

#local_gateway_virtual_interface_arn::String

Returns the value of attribute local_gateway_virtual_interface_arn.

Returns:

  • (::String)


13587
13588
13589
# File 'sig/types.rbs', line 13587

def local_gateway_virtual_interface_arn
  @local_gateway_virtual_interface_arn
end

#local_gateway_virtual_interface_group_id::String

Returns the value of attribute local_gateway_virtual_interface_group_id.

Returns:

  • (::String)


13586
13587
13588
# File 'sig/types.rbs', line 13586

def local_gateway_virtual_interface_group_id
  @local_gateway_virtual_interface_group_id
end

#local_gateway_virtual_interface_id::String

Returns the value of attribute local_gateway_virtual_interface_id.

Returns:

  • (::String)


13584
13585
13586
# File 'sig/types.rbs', line 13584

def local_gateway_virtual_interface_id
  @local_gateway_virtual_interface_id
end

#outpost_lag_id::String

Returns the value of attribute outpost_lag_id.

Returns:

  • (::String)


13588
13589
13590
# File 'sig/types.rbs', line 13588

def outpost_lag_id
  @outpost_lag_id
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


13595
13596
13597
# File 'sig/types.rbs', line 13595

def owner_id
  @owner_id
end

#peer_address::String

Returns the value of attribute peer_address.

Returns:

  • (::String)


13591
13592
13593
# File 'sig/types.rbs', line 13591

def peer_address
  @peer_address
end

#peer_bgp_asn::Integer

Returns the value of attribute peer_bgp_asn.

Returns:

  • (::Integer)


13593
13594
13595
# File 'sig/types.rbs', line 13593

def peer_bgp_asn
  @peer_bgp_asn
end

#peer_bgp_asn_extended::Integer

Returns the value of attribute peer_bgp_asn_extended.

Returns:

  • (::Integer)


13594
13595
13596
# File 'sig/types.rbs', line 13594

def peer_bgp_asn_extended
  @peer_bgp_asn_extended
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



13596
13597
13598
# File 'sig/types.rbs', line 13596

def tags
  @tags
end

#vlan::Integer

Returns the value of attribute vlan.

Returns:

  • (::Integer)


13589
13590
13591
# File 'sig/types.rbs', line 13589

def vlan
  @vlan
end