Class: Aws::Types::CreateLocalGatewayVirtualInterfaceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2868
2869
2870
# File 'sig/types.rbs', line 2868

def dry_run
  @dry_run
end

#local_address::String

Returns the value of attribute local_address.

Returns:

  • (::String)


2864
2865
2866
# File 'sig/types.rbs', line 2864

def local_address
  @local_address
end

#local_gateway_virtual_interface_group_id::String

Returns the value of attribute local_gateway_virtual_interface_group_id.

Returns:

  • (::String)


2861
2862
2863
# File 'sig/types.rbs', line 2861

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.

Returns:

  • (::String)


2862
2863
2864
# File 'sig/types.rbs', line 2862

def outpost_lag_id
  @outpost_lag_id
end

#peer_address::String

Returns the value of attribute peer_address.

Returns:

  • (::String)


2865
2866
2867
# File 'sig/types.rbs', line 2865

def peer_address
  @peer_address
end

#peer_bgp_asn::Integer

Returns the value of attribute peer_bgp_asn.

Returns:

  • (::Integer)


2866
2867
2868
# File 'sig/types.rbs', line 2866

def peer_bgp_asn
  @peer_bgp_asn
end

#peer_bgp_asn_extended::Integer

Returns the value of attribute peer_bgp_asn_extended.

Returns:

  • (::Integer)


2869
2870
2871
# File 'sig/types.rbs', line 2869

def peer_bgp_asn_extended
  @peer_bgp_asn_extended
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2867
2868
2869
# File 'sig/types.rbs', line 2867

def tag_specifications
  @tag_specifications
end

#vlan::Integer

Returns the value of attribute vlan.

Returns:

  • (::Integer)


2863
2864
2865
# File 'sig/types.rbs', line 2863

def vlan
  @vlan
end