Class: Aws::AppRunner::Types::ConnectionSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb

Overview

Provides summary information about an App Runner connection resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_arnString

The Amazon Resource Name (ARN) of this connection.

Returns:

  • (String)


505
506
507
508
509
510
511
512
513
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 505

class ConnectionSummary < Struct.new(
  :connection_name,
  :connection_arn,
  :provider_type,
  :status,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#connection_nameString

The customer-provided connection name.

Returns:

  • (String)


505
506
507
508
509
510
511
512
513
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 505

class ConnectionSummary < Struct.new(
  :connection_name,
  :connection_arn,
  :provider_type,
  :status,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The App Runner connection creation time, expressed as a Unix time stamp.

Returns:

  • (Time)


505
506
507
508
509
510
511
512
513
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 505

class ConnectionSummary < Struct.new(
  :connection_name,
  :connection_arn,
  :provider_type,
  :status,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#provider_typeString

The source repository provider.

Returns:

  • (String)


505
506
507
508
509
510
511
512
513
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 505

class ConnectionSummary < Struct.new(
  :connection_name,
  :connection_arn,
  :provider_type,
  :status,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current state of the App Runner connection. When the state is AVAILABLE, you can use the connection to create an App Runner service.

Returns:

  • (String)


505
506
507
508
509
510
511
512
513
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 505

class ConnectionSummary < Struct.new(
  :connection_name,
  :connection_arn,
  :provider_type,
  :status,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end