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")


284
285
286
# File 'sig/types.rbs', line 284

def network_type
  @network_type
end

#public_accessTypes::PublicAccess

Returns the value of attribute public_access.

Returns:



282
283
284
# File 'sig/types.rbs', line 282

def public_access
  @public_access
end

#vpc_connectivityTypes::VpcConnectivity

Returns the value of attribute vpc_connectivity.



283
284
285
# File 'sig/types.rbs', line 283

def vpc_connectivity
  @vpc_connectivity
end