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")


13289
13290
13291
# File 'sig/types.rbs', line 13289

def configuration_state
  @configuration_state
end

#local_bgp_asn::Integer

Returns the value of attribute local_bgp_asn.

Returns:

  • (::Integer)


13285
13286
13287
# File 'sig/types.rbs', line 13285

def local_bgp_asn
  @local_bgp_asn
end

#local_bgp_asn_extended::Integer

Returns the value of attribute local_bgp_asn_extended.

Returns:

  • (::Integer)


13286
13287
13288
# File 'sig/types.rbs', line 13286

def local_bgp_asn_extended
  @local_bgp_asn_extended
end

#local_gateway_id::String

Returns the value of attribute local_gateway_id.

Returns:

  • (::String)


13283
13284
13285
# File 'sig/types.rbs', line 13283

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)


13287
13288
13289
# File 'sig/types.rbs', line 13287

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)


13281
13282
13283
# File 'sig/types.rbs', line 13281

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])


13282
13283
13284
# File 'sig/types.rbs', line 13282

def local_gateway_virtual_interface_ids
  @local_gateway_virtual_interface_ids
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


13284
13285
13286
# File 'sig/types.rbs', line 13284

def owner_id
  @owner_id
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



13288
13289
13290
# File 'sig/types.rbs', line 13288

def tags
  @tags
end