Class: Aws::Types::UpdateConnectorEgressConfig
- Inherits:
-
Object
- Object
- Aws::Types::UpdateConnectorEgressConfig
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Unknown, VpcLattice
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#vpc_lattice ⇒ Types::UpdateConnectorVpcLatticeEgressConfig
Returns the value of attribute vpc_lattice.
Instance Attribute Details
#unknown ⇒ Object
Returns the value of attribute unknown.
1393 1394 1395 |
# File 'sig/types.rbs', line 1393 def unknown @unknown end |
#vpc_lattice ⇒ Types::UpdateConnectorVpcLatticeEgressConfig
Returns the value of attribute vpc_lattice.
1392 1393 1394 |
# File 'sig/types.rbs', line 1392 def vpc_lattice @vpc_lattice end |