Class: Aws::Types::TargetNetwork
- Inherits:
-
Object
- Object
- Aws::Types::TargetNetwork
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#inbound_cidr ⇒ ::String
Returns the value of attribute inbound_cidr.
-
#inspection_cidr ⇒ ::String
Returns the value of attribute inspection_cidr.
-
#outbound_cidr ⇒ ::String
Returns the value of attribute outbound_cidr.
-
#topology ⇒ "ISOLATED_VPC", "HUB_AND_SPOKE"
Returns the value of attribute topology.
Instance Attribute Details
#inbound_cidr ⇒ ::String
Returns the value of attribute inbound_cidr.
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.
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.
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.
1930 1931 1932 |
# File 'sig/types.rbs', line 1930 def topology @topology end |