Class: Aws::Types::LocalGatewayVirtualInterfaceGroup

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", "incomplete", "available", "deleting", "deleted")


13616
13617
13618
# File 'sig/types.rbs', line 13616

def configuration_state
  @configuration_state
end

#local_bgp_asn::Integer

Returns the value of attribute local_bgp_asn.

Returns:

  • (::Integer)


13612
13613
13614
# File 'sig/types.rbs', line 13612

def local_bgp_asn
  @local_bgp_asn
end

#local_bgp_asn_extended::Integer

Returns the value of attribute local_bgp_asn_extended.

Returns:

  • (::Integer)


13613
13614
13615
# File 'sig/types.rbs', line 13613

def local_bgp_asn_extended
  @local_bgp_asn_extended
end

#local_gateway_id::String

Returns the value of attribute local_gateway_id.

Returns:

  • (::String)


13610
13611
13612
# File 'sig/types.rbs', line 13610

def local_gateway_id
  @local_gateway_id
end

#local_gateway_virtual_interface_group_arn::String

Returns the value of attribute local_gateway_virtual_interface_group_arn.

Returns:

  • (::String)


13614
13615
13616
# File 'sig/types.rbs', line 13614

def local_gateway_virtual_interface_group_arn
  @local_gateway_virtual_interface_group_arn
end

#local_gateway_virtual_interface_group_id::String

Returns the value of attribute local_gateway_virtual_interface_group_id.

Returns:

  • (::String)


13608
13609
13610
# File 'sig/types.rbs', line 13608

def local_gateway_virtual_interface_group_id
  @local_gateway_virtual_interface_group_id
end

#local_gateway_virtual_interface_ids::Array[::String]

Returns the value of attribute local_gateway_virtual_interface_ids.

Returns:

  • (::Array[::String])


13609
13610
13611
# File 'sig/types.rbs', line 13609

def local_gateway_virtual_interface_ids
  @local_gateway_virtual_interface_ids
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


13611
13612
13613
# File 'sig/types.rbs', line 13611

def owner_id
  @owner_id
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



13615
13616
13617
# File 'sig/types.rbs', line 13615

def tags
  @tags
end