Class: Aws::AppRunner::Types::DeleteConnectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRunner::Types::DeleteConnectionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apprunner/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_arn ⇒ String
The Amazon Resource Name (ARN) of the App Runner connection that you want to delete.
Instance Attribute Details
#connection_arn ⇒ String
The Amazon Resource Name (ARN) of the App Runner connection that you want to delete.
976 977 978 979 980 |
# File 'lib/aws-sdk-apprunner/types.rb', line 976 class DeleteConnectionRequest < Struct.new( :connection_arn) SENSITIVE = [] include Aws::Structure end |