Class: Aws::Types::TargetNetworkUpdate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#inbound_cidr ⇒ ::String

Returns the value of attribute inbound_cidr.

Returns:

  • (::String)


1939
1940
1941
# File 'sig/types.rbs', line 1939

def inbound_cidr
  @inbound_cidr
end

#inspection_cidr ⇒ ::String

Returns the value of attribute inspection_cidr.

Returns:

  • (::String)


1941
1942
1943
# File 'sig/types.rbs', line 1941

def inspection_cidr
  @inspection_cidr
end

#outbound_cidr ⇒ ::String

Returns the value of attribute outbound_cidr.

Returns:

  • (::String)


1940
1941
1942
# File 'sig/types.rbs', line 1940

def outbound_cidr
  @outbound_cidr
end

#topology ⇒ "ISOLATED_VPC", "HUB_AND_SPOKE"

Returns the value of attribute topology.

Returns:

  • ("ISOLATED_VPC", "HUB_AND_SPOKE")


1938
1939
1940
# File 'sig/types.rbs', line 1938

def topology
  @topology
end