Class: Aws::Types::AssociateNetworkSettingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateNetworkSettingsRequest
- 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.
-
#portal_arn ⇒ ::String
Returns the value of attribute portal_arn.
Instance Attribute Details
#network_settings_arn ⇒ ::String
Returns the value of attribute network_settings_arn.
54 55 56 |
# File 'sig/types.rbs', line 54 def network_settings_arn @network_settings_arn end |
#portal_arn ⇒ ::String
Returns the value of attribute portal_arn.
53 54 55 |
# File 'sig/types.rbs', line 53 def portal_arn @portal_arn end |