Class: Aws::Types::DescribedConnectorEgressConfig
- Inherits:
-
Object
- Object
- Aws::Types::DescribedConnectorEgressConfig
- 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::DescribedConnectorVpcLatticeEgressConfig
Returns the value of attribute vpc_lattice.
Instance Attribute Details
#unknown ⇒ Object
Returns the value of attribute unknown.
528 529 530 |
# File 'sig/types.rbs', line 528 def unknown @unknown end |
#vpc_lattice ⇒ Types::DescribedConnectorVpcLatticeEgressConfig
Returns the value of attribute vpc_lattice.
527 528 529 |
# File 'sig/types.rbs', line 527 def vpc_lattice @vpc_lattice end |