Class: Aws::Types::TargetNetworkUpdate
- Inherits:
-
Object
- Object
- Aws::Types::TargetNetworkUpdate
- 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.
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.
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.
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.
1938 1939 1940 |
# File 'sig/types.rbs', line 1938 def topology @topology end |