Class: Aws::Types::AssociatedTargetNetwork
- Inherits:
-
Object
- Object
- Aws::Types::AssociatedTargetNetwork
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#network_id ⇒ ::String
Returns the value of attribute network_id.
-
#network_type ⇒ "vpc"
Returns the value of attribute network_type.
Instance Attribute Details
#network_id ⇒ ::String
Returns the value of attribute network_id.
795 796 797 |
# File 'sig/types.rbs', line 795 def network_id @network_id end |
#network_type ⇒ "vpc"
Returns the value of attribute network_type.
796 797 798 |
# File 'sig/types.rbs', line 796 def network_type @network_type end |