Class: Aws::Types::LocalGatewayVirtualInterface

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_state"pending", ...

Returns the value of attribute configuration_state.

Returns:

  • ("pending", "available", "deleting", "deleted")


13276
13277
13278
# File 'sig/types.rbs', line 13276

def configuration_state
  @configuration_state
end

#local_address::String

Returns the value of attribute local_address.

Returns:

  • (::String)


13269
13270
13271
# File 'sig/types.rbs', line 13269

def local_address
  @local_address
end

#local_bgp_asn::Integer

Returns the value of attribute local_bgp_asn.

Returns:

  • (::Integer)


13271
13272
13273
# File 'sig/types.rbs', line 13271

def local_bgp_asn
  @local_bgp_asn
end

#local_gateway_id::String

Returns the value of attribute local_gateway_id.

Returns:

  • (::String)


13264
13265
13266
# File 'sig/types.rbs', line 13264

def local_gateway_id
  @local_gateway_id
end

#local_gateway_virtual_interface_arn::String

Returns the value of attribute local_gateway_virtual_interface_arn.

Returns:

  • (::String)


13266
13267
13268
# File 'sig/types.rbs', line 13266

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.

Returns:

  • (::String)


13265
13266
13267
# File 'sig/types.rbs', line 13265

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.

Returns:

  • (::String)


13263
13264
13265
# File 'sig/types.rbs', line 13263

def local_gateway_virtual_interface_id
  @local_gateway_virtual_interface_id
end

#outpost_lag_id::String

Returns the value of attribute outpost_lag_id.

Returns:

  • (::String)


13267
13268
13269
# File 'sig/types.rbs', line 13267

def outpost_lag_id
  @outpost_lag_id
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


13274
13275
13276
# File 'sig/types.rbs', line 13274

def owner_id
  @owner_id
end

#peer_address::String

Returns the value of attribute peer_address.

Returns:

  • (::String)


13270
13271
13272
# File 'sig/types.rbs', line 13270

def peer_address
  @peer_address
end

#peer_bgp_asn::Integer

Returns the value of attribute peer_bgp_asn.

Returns:

  • (::Integer)


13272
13273
13274
# File 'sig/types.rbs', line 13272

def peer_bgp_asn
  @peer_bgp_asn
end

#peer_bgp_asn_extended::Integer

Returns the value of attribute peer_bgp_asn_extended.

Returns:

  • (::Integer)


13273
13274
13275
# File 'sig/types.rbs', line 13273

def peer_bgp_asn_extended
  @peer_bgp_asn_extended
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



13275
13276
13277
# File 'sig/types.rbs', line 13275

def tags
  @tags
end

#vlan::Integer

Returns the value of attribute vlan.

Returns:

  • (::Integer)


13268
13269
13270
# File 'sig/types.rbs', line 13268

def vlan
  @vlan
end