Class: Aws::AppRunner::Types::ConnectionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRunner::Types::ConnectionSummary
- 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
-
#connection_arn ⇒ String
The Amazon Resource Name (ARN) of this connection.
-
#connection_name ⇒ String
The customer-provided connection name.
-
#created_at ⇒ Time
The App Runner connection creation time, expressed as a Unix time stamp.
-
#provider_type ⇒ String
The source repository provider.
-
#status ⇒ String
The current state of the App Runner connection.
Instance Attribute Details
#connection_arn ⇒ String
The Amazon Resource Name (ARN) of this connection.
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_name ⇒ String
The customer-provided connection name.
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_at ⇒ Time
The App Runner connection creation time, expressed as a Unix time stamp.
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_type ⇒ String
The source repository provider.
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 |
#status ⇒ String
The current state of the App Runner connection. When the state is
AVAILABLE, you can use the connection to create an App Runner
service.
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 |