Class: Aws::AppRunner::Types::VpcIngressConnectionSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apprunner/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

Instance Attribute Details

#service_arnString

The Amazon Resource Name (ARN) of the service associated with the VPC Ingress Connection.

Returns:

  • (String)


3199
3200
3201
3202
3203
3204
# File 'gems/aws-sdk-apprunner/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_arnString

The Amazon Resource Name (ARN) of the VPC Ingress Connection.

Returns:

  • (String)


3199
3200
3201
3202
3203
3204
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 3199

class VpcIngressConnectionSummary < Struct.new(
  :vpc_ingress_connection_arn,
  :service_arn)
  SENSITIVE = []
  include Aws::Structure
end