Class: Aws::Types::ConnectivityInfo
- Inherits:
-
Object
- Object
- Aws::Types::ConnectivityInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#network_type ⇒ "IPV4", "DUAL"
Returns the value of attribute network_type.
-
#public_access ⇒ Types::PublicAccess
Returns the value of attribute public_access.
-
#vpc_connectivity ⇒ Types::VpcConnectivity
Returns the value of attribute vpc_connectivity.
Instance Attribute Details
#network_type ⇒ "IPV4", "DUAL"
Returns the value of attribute network_type.
284 285 286 |
# File 'sig/types.rbs', line 284 def network_type @network_type end |
#public_access ⇒ Types::PublicAccess
Returns the value of attribute public_access.
282 283 284 |
# File 'sig/types.rbs', line 282 def public_access @public_access end |
#vpc_connectivity ⇒ Types::VpcConnectivity
Returns the value of attribute vpc_connectivity.
283 284 285 |
# File 'sig/types.rbs', line 283 def vpc_connectivity @vpc_connectivity end |