Class: Aws::Types::CreateLocalGatewayVirtualInterfaceRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateLocalGatewayVirtualInterfaceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#local_address ⇒ ::String
Returns the value of attribute local_address.
-
#local_gateway_virtual_interface_group_id ⇒ ::String
Returns the value of attribute local_gateway_virtual_interface_group_id.
-
#outpost_lag_id ⇒ ::String
Returns the value of attribute outpost_lag_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.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
-
#vlan ⇒ ::Integer
Returns the value of attribute vlan.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2756 2757 2758 |
# File 'sig/types.rbs', line 2756 def dry_run @dry_run end |
#local_address ⇒ ::String
Returns the value of attribute local_address.
2752 2753 2754 |
# File 'sig/types.rbs', line 2752 def local_address @local_address end |
#local_gateway_virtual_interface_group_id ⇒ ::String
Returns the value of attribute local_gateway_virtual_interface_group_id.
2749 2750 2751 |
# File 'sig/types.rbs', line 2749 def local_gateway_virtual_interface_group_id @local_gateway_virtual_interface_group_id end |
#outpost_lag_id ⇒ ::String
Returns the value of attribute outpost_lag_id.
2750 2751 2752 |
# File 'sig/types.rbs', line 2750 def outpost_lag_id @outpost_lag_id end |
#peer_address ⇒ ::String
Returns the value of attribute peer_address.
2753 2754 2755 |
# File 'sig/types.rbs', line 2753 def peer_address @peer_address end |
#peer_bgp_asn ⇒ ::Integer
Returns the value of attribute peer_bgp_asn.
2754 2755 2756 |
# File 'sig/types.rbs', line 2754 def peer_bgp_asn @peer_bgp_asn end |
#peer_bgp_asn_extended ⇒ ::Integer
Returns the value of attribute peer_bgp_asn_extended.
2757 2758 2759 |
# File 'sig/types.rbs', line 2757 def peer_bgp_asn_extended @peer_bgp_asn_extended end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2755 2756 2757 |
# File 'sig/types.rbs', line 2755 def tag_specifications @tag_specifications end |
#vlan ⇒ ::Integer
Returns the value of attribute vlan.
2751 2752 2753 |
# File 'sig/types.rbs', line 2751 def vlan @vlan end |