Class: Aws::Types::ServiceLinkVirtualInterface
- Inherits:
-
Object
- Object
- Aws::Types::ServiceLinkVirtualInterface
- 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.
-
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
-
#outpost_id ⇒ ::String
Returns the value of attribute outpost_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.
-
#service_link_virtual_interface_arn ⇒ ::String
Returns the value of attribute service_link_virtual_interface_arn.
-
#service_link_virtual_interface_id ⇒ ::String
Returns the value of attribute service_link_virtual_interface_id.
-
#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.
17756 17757 17758 |
# File 'sig/types.rbs', line 17756 def configuration_state @configuration_state end |
#local_address ⇒ ::String
Returns the value of attribute local_address.
17750 17751 17752 |
# File 'sig/types.rbs', line 17750 def local_address @local_address end |
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
17748 17749 17750 |
# File 'sig/types.rbs', line 17748 def outpost_arn @outpost_arn end |
#outpost_id ⇒ ::String
Returns the value of attribute outpost_id.
17747 17748 17749 |
# File 'sig/types.rbs', line 17747 def outpost_id @outpost_id end |
#outpost_lag_id ⇒ ::String
Returns the value of attribute outpost_lag_id.
17754 17755 17756 |
# File 'sig/types.rbs', line 17754 def outpost_lag_id @outpost_lag_id end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
17749 17750 17751 |
# File 'sig/types.rbs', line 17749 def owner_id @owner_id end |
#peer_address ⇒ ::String
Returns the value of attribute peer_address.
17751 17752 17753 |
# File 'sig/types.rbs', line 17751 def peer_address @peer_address end |
#peer_bgp_asn ⇒ ::Integer
Returns the value of attribute peer_bgp_asn.
17752 17753 17754 |
# File 'sig/types.rbs', line 17752 def peer_bgp_asn @peer_bgp_asn end |
#service_link_virtual_interface_arn ⇒ ::String
Returns the value of attribute service_link_virtual_interface_arn.
17746 17747 17748 |
# File 'sig/types.rbs', line 17746 def service_link_virtual_interface_arn @service_link_virtual_interface_arn end |
#service_link_virtual_interface_id ⇒ ::String
Returns the value of attribute service_link_virtual_interface_id.
17745 17746 17747 |
# File 'sig/types.rbs', line 17745 def service_link_virtual_interface_id @service_link_virtual_interface_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
17755 17756 17757 |
# File 'sig/types.rbs', line 17755 def @tags end |
#vlan ⇒ ::Integer
Returns the value of attribute vlan.
17753 17754 17755 |
# File 'sig/types.rbs', line 17753 def vlan @vlan end |