Class: Aws::Types::NetworkSettingsSummary
- Inherits:
-
Object
- Object
- Aws::Types::NetworkSettingsSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#network_settings_arn ⇒ ::String
Returns the value of attribute network_settings_arn.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#network_settings_arn ⇒ ::String
Returns the value of attribute network_settings_arn.
960 961 962 |
# File 'sig/types.rbs', line 960 def network_settings_arn @network_settings_arn end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
961 962 963 |
# File 'sig/types.rbs', line 961 def vpc_id @vpc_id end |