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.
17735 17736 17737 |
# File 'sig/types.rbs', line 17735 def configuration_state @configuration_state end |
#local_address ⇒ ::String
Returns the value of attribute local_address.
17729 17730 17731 |
# File 'sig/types.rbs', line 17729 def local_address @local_address end |
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
17727 17728 17729 |
# File 'sig/types.rbs', line 17727 def outpost_arn @outpost_arn end |
#outpost_id ⇒ ::String
Returns the value of attribute outpost_id.
17726 17727 17728 |
# File 'sig/types.rbs', line 17726 def outpost_id @outpost_id end |
#outpost_lag_id ⇒ ::String
Returns the value of attribute outpost_lag_id.
17733 17734 17735 |
# File 'sig/types.rbs', line 17733 def outpost_lag_id @outpost_lag_id end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
17728 17729 17730 |
# File 'sig/types.rbs', line 17728 def owner_id @owner_id end |
#peer_address ⇒ ::String
Returns the value of attribute peer_address.
17730 17731 17732 |
# File 'sig/types.rbs', line 17730 def peer_address @peer_address end |
#peer_bgp_asn ⇒ ::Integer
Returns the value of attribute peer_bgp_asn.
17731 17732 17733 |
# File 'sig/types.rbs', line 17731 def peer_bgp_asn @peer_bgp_asn end |
#service_link_virtual_interface_arn ⇒ ::String
Returns the value of attribute service_link_virtual_interface_arn.
17725 17726 17727 |
# File 'sig/types.rbs', line 17725 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.
17724 17725 17726 |
# File 'sig/types.rbs', line 17724 def service_link_virtual_interface_id @service_link_virtual_interface_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
17734 17735 17736 |
# File 'sig/types.rbs', line 17734 def @tags end |
#vlan ⇒ ::Integer
Returns the value of attribute vlan.
17732 17733 17734 |
# File 'sig/types.rbs', line 17732 def vlan @vlan end |