Class: Aws::Types::ConnectorVpcLatticeEgressConfig
- Inherits:
-
Object
- Object
- Aws::Types::ConnectorVpcLatticeEgressConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#port_number ⇒ ::Integer
Returns the value of attribute port_number.
-
#resource_configuration_arn ⇒ ::String
Returns the value of attribute resource_configuration_arn.
Instance Attribute Details
#port_number ⇒ ::Integer
Returns the value of attribute port_number.
63 64 65 |
# File 'sig/types.rbs', line 63 def port_number @port_number end |
#resource_configuration_arn ⇒ ::String
Returns the value of attribute resource_configuration_arn.
62 63 64 |
# File 'sig/types.rbs', line 62 def resource_configuration_arn @resource_configuration_arn end |