Class: Aws::Types::ConnectorEgressConfig
- Inherits:
-
Object
- Object
- Aws::Types::ConnectorEgressConfig
- 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::ConnectorVpcLatticeEgressConfig
Returns the value of attribute vpc_lattice.
Instance Attribute Details
#unknown ⇒ Object
Returns the value of attribute unknown.
44 45 46 |
# File 'sig/types.rbs', line 44 def unknown @unknown end |
#vpc_lattice ⇒ Types::ConnectorVpcLatticeEgressConfig
Returns the value of attribute vpc_lattice.
43 44 45 |
# File 'sig/types.rbs', line 43 def vpc_lattice @vpc_lattice end |