Class: Aws::Types::VpcIngressConnectionSummary
- Inherits:
-
Object
- Object
- Aws::Types::VpcIngressConnectionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
-
#vpc_ingress_connection_arn ⇒ ::String
Returns the value of attribute vpc_ingress_connection_arn.
Instance Attribute Details
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
761 762 763 |
# File 'sig/types.rbs', line 761 def service_arn @service_arn end |
#vpc_ingress_connection_arn ⇒ ::String
Returns the value of attribute vpc_ingress_connection_arn.
760 761 762 |
# File 'sig/types.rbs', line 760 def vpc_ingress_connection_arn @vpc_ingress_connection_arn end |