Class: Aws::Types::EgressConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::EgressConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#egress_type ⇒ "DEFAULT", "VPC"
Returns the value of attribute egress_type.
-
#vpc_connector_arn ⇒ ::String
Returns the value of attribute vpc_connector_arn.
Instance Attribute Details
#egress_type ⇒ "DEFAULT", "VPC"
Returns the value of attribute egress_type.
343 344 345 |
# File 'sig/types.rbs', line 343 def egress_type @egress_type end |
#vpc_connector_arn ⇒ ::String
Returns the value of attribute vpc_connector_arn.
344 345 346 |
# File 'sig/types.rbs', line 344 def vpc_connector_arn @vpc_connector_arn end |