Class: Aws::AppRunner::Types::VpcIngressConnectionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRunner::Types::VpcIngressConnectionSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apprunner/types.rb
Overview
Provides summary information about an VPC Ingress Connection, which includes its VPC Ingress Connection ARN and its associated Service ARN.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_arn ⇒ String
The Amazon Resource Name (ARN) of the service associated with the VPC Ingress Connection.
-
#vpc_ingress_connection_arn ⇒ String
The Amazon Resource Name (ARN) of the VPC Ingress Connection.
Instance Attribute Details
#service_arn ⇒ String
The Amazon Resource Name (ARN) of the service associated with the VPC Ingress Connection.
3199 3200 3201 3202 3203 3204 |
# File 'lib/aws-sdk-apprunner/types.rb', line 3199 class VpcIngressConnectionSummary < Struct.new( :vpc_ingress_connection_arn, :service_arn) SENSITIVE = [] include Aws::Structure end |
#vpc_ingress_connection_arn ⇒ String
The Amazon Resource Name (ARN) of the VPC Ingress Connection.
3199 3200 3201 3202 3203 3204 |
# File 'lib/aws-sdk-apprunner/types.rb', line 3199 class VpcIngressConnectionSummary < Struct.new( :vpc_ingress_connection_arn, :service_arn) SENSITIVE = [] include Aws::Structure end |