Class: Aws::Types::NetworkConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::NetworkConfiguration
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: PrivateNetworkConfiguration, PublicNetworkConfiguration, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#private_network_configuration ⇒ Types::PrivateNetworkConfiguration
Returns the value of attribute private_network_configuration.
-
#public_network_configuration ⇒ Types::PublicNetworkConfiguration
Returns the value of attribute public_network_configuration.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#private_network_configuration ⇒ Types::PrivateNetworkConfiguration
Returns the value of attribute private_network_configuration.
989 990 991 |
# File 'sig/types.rbs', line 989 def private_network_configuration @private_network_configuration end |
#public_network_configuration ⇒ Types::PublicNetworkConfiguration
Returns the value of attribute public_network_configuration.
988 989 990 |
# File 'sig/types.rbs', line 988 def public_network_configuration @public_network_configuration end |
#unknown ⇒ Object
Returns the value of attribute unknown.
990 991 992 |
# File 'sig/types.rbs', line 990 def unknown @unknown end |