Class: Aws::Types::LocalGatewayVirtualInterface
- Inherits:
-
Object
- Object
- Aws::Types::LocalGatewayVirtualInterface
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_state ⇒ "pending", ...
Returns the value of attribute configuration_state.
-
#local_address ⇒ ::String
Returns the value of attribute local_address.
-
#local_bgp_asn ⇒ ::Integer
Returns the value of attribute local_bgp_asn.
-
#local_gateway_id ⇒ ::String
Returns the value of attribute local_gateway_id.
-
#local_gateway_virtual_interface_arn ⇒ ::String
Returns the value of attribute local_gateway_virtual_interface_arn.
-
#local_gateway_virtual_interface_group_id ⇒ ::String
Returns the value of attribute local_gateway_virtual_interface_group_id.
-
#local_gateway_virtual_interface_id ⇒ ::String
Returns the value of attribute local_gateway_virtual_interface_id.
-
#outpost_lag_id ⇒ ::String
Returns the value of attribute outpost_lag_id.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#peer_address ⇒ ::String
Returns the value of attribute peer_address.
-
#peer_bgp_asn ⇒ ::Integer
Returns the value of attribute peer_bgp_asn.
-
#peer_bgp_asn_extended ⇒ ::Integer
Returns the value of attribute peer_bgp_asn_extended.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#vlan ⇒ ::Integer
Returns the value of attribute vlan.
Instance Attribute Details
#configuration_state ⇒ "pending", ...
Returns the value of attribute configuration_state.
13005 13006 13007 |
# File 'sig/types.rbs', line 13005 def configuration_state @configuration_state end |
#local_address ⇒ ::String
Returns the value of attribute local_address.
12998 12999 13000 |
# File 'sig/types.rbs', line 12998 def local_address @local_address end |
#local_bgp_asn ⇒ ::Integer
Returns the value of attribute local_bgp_asn.
13000 13001 13002 |
# File 'sig/types.rbs', line 13000 def local_bgp_asn @local_bgp_asn end |
#local_gateway_id ⇒ ::String
Returns the value of attribute local_gateway_id.
12993 12994 12995 |
# File 'sig/types.rbs', line 12993 def local_gateway_id @local_gateway_id end |
#local_gateway_virtual_interface_arn ⇒ ::String
Returns the value of attribute local_gateway_virtual_interface_arn.
12995 12996 12997 |
# File 'sig/types.rbs', line 12995 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.
12994 12995 12996 |
# File 'sig/types.rbs', line 12994 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.
12992 12993 12994 |
# File 'sig/types.rbs', line 12992 def local_gateway_virtual_interface_id @local_gateway_virtual_interface_id end |
#outpost_lag_id ⇒ ::String
Returns the value of attribute outpost_lag_id.
12996 12997 12998 |
# File 'sig/types.rbs', line 12996 def outpost_lag_id @outpost_lag_id end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
13003 13004 13005 |
# File 'sig/types.rbs', line 13003 def owner_id @owner_id end |
#peer_address ⇒ ::String
Returns the value of attribute peer_address.
12999 13000 13001 |
# File 'sig/types.rbs', line 12999 def peer_address @peer_address end |
#peer_bgp_asn ⇒ ::Integer
Returns the value of attribute peer_bgp_asn.
13001 13002 13003 |
# File 'sig/types.rbs', line 13001 def peer_bgp_asn @peer_bgp_asn end |
#peer_bgp_asn_extended ⇒ ::Integer
Returns the value of attribute peer_bgp_asn_extended.
13002 13003 13004 |
# File 'sig/types.rbs', line 13002 def peer_bgp_asn_extended @peer_bgp_asn_extended end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
13004 13005 13006 |
# File 'sig/types.rbs', line 13004 def @tags end |
#vlan ⇒ ::Integer
Returns the value of attribute vlan.
12997 12998 12999 |
# File 'sig/types.rbs', line 12997 def vlan @vlan end |