Class: Aws::Types::ConnectivityInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#network_type"IPV4", "DUAL"

Returns the value of attribute network_type.

Returns:

  • ("IPV4", "DUAL")


291
292
293
# File 'sig/types.rbs', line 291

def network_type
  @network_type
end

#public_accessTypes::PublicAccess

Returns the value of attribute public_access.

Returns:



289
290
291
# File 'sig/types.rbs', line 289

def public_access
  @public_access
end

#vpc_connectivityTypes::VpcConnectivity

Returns the value of attribute vpc_connectivity.



290
291
292
# File 'sig/types.rbs', line 290

def vpc_connectivity
  @vpc_connectivity
end