Class: Aws::CodeStarconnections::Types::DeleteHostInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodeStarconnections::Types::DeleteHostInput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-codestarconnections/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #host_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the host to be deleted.
 
Instance Attribute Details
#host_arn ⇒ String
The Amazon Resource Name (ARN) of the host to be deleted.
      212 213 214 215 216  | 
    
      # File 'lib/aws-sdk-codestarconnections/types.rb', line 212 class DeleteHostInput < Struct.new( :host_arn) SENSITIVE = [] include Aws::Structure end  |