Class: Aws::Types::TargetNetwork

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)


1931
1932
1933
# File 'sig/types.rbs', line 1931

def inbound_cidr
  @inbound_cidr
end

#inspection_cidr ⇒ ::String

Returns the value of attribute inspection_cidr.

Returns:

  • (::String)


1933
1934
1935
# File 'sig/types.rbs', line 1933

def inspection_cidr
  @inspection_cidr
end

#outbound_cidr ⇒ ::String

Returns the value of attribute outbound_cidr.

Returns:

  • (::String)


1932
1933
1934
# File 'sig/types.rbs', line 1932

def outbound_cidr
  @outbound_cidr
end

#topology ⇒ "ISOLATED_VPC", "HUB_AND_SPOKE"

Returns the value of attribute topology.

Returns:

  • ("ISOLATED_VPC", "HUB_AND_SPOKE")


1930
1931
1932
# File 'sig/types.rbs', line 1930

def topology
  @topology
end