Class: Aws::Types::UpdateVpcIngressConnectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateVpcIngressConnectionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ingress_vpc_configuration ⇒ Types::IngressVpcConfiguration
Returns the value of attribute ingress_vpc_configuration.
-
#vpc_ingress_connection_arn ⇒ ::String
Returns the value of attribute vpc_ingress_connection_arn.
Instance Attribute Details
#ingress_vpc_configuration ⇒ Types::IngressVpcConfiguration
Returns the value of attribute ingress_vpc_configuration.
718 719 720 |
# File 'sig/types.rbs', line 718 def ingress_vpc_configuration @ingress_vpc_configuration end |
#vpc_ingress_connection_arn ⇒ ::String
Returns the value of attribute vpc_ingress_connection_arn.
717 718 719 |
# File 'sig/types.rbs', line 717 def vpc_ingress_connection_arn @vpc_ingress_connection_arn end |