Class: Aws::Types::NetworkConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: PrivateNetworkConfiguration, PublicNetworkConfiguration, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#private_network_configurationTypes::PrivateNetworkConfiguration

Returns the value of attribute private_network_configuration.

Returns:



989
990
991
# File 'sig/types.rbs', line 989

def private_network_configuration
  @private_network_configuration
end

#public_network_configurationTypes::PublicNetworkConfiguration

Returns the value of attribute public_network_configuration.

Returns:



988
989
990
# File 'sig/types.rbs', line 988

def public_network_configuration
  @public_network_configuration
end

#unknownObject

Returns the value of attribute unknown.

Returns:



990
991
992
# File 'sig/types.rbs', line 990

def unknown
  @unknown
end