Class: Aws::CodeStarconnections::Types::DeleteConnectionInput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CodeStarconnections::Types::DeleteConnectionInput
 
- Defined in:
- gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #connection_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the connection to be deleted. 
Instance Attribute Details
#connection_arn ⇒ String
The Amazon Resource Name (ARN) of the connection to be deleted.
| 358 359 360 361 362 | # File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 358 class DeleteConnectionInput < Struct.new( :connection_arn) SENSITIVE = [] include Aws::Structure end |