Class: Aws::CodeStarconnections::Types::GetHostInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodeStarconnections::Types::GetHostInput
 
 
- 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 requested host.
 
Instance Attribute Details
#host_arn ⇒ String
The Amazon Resource Name (ARN) of the requested host.
      252 253 254 255 256  | 
    
      # File 'lib/aws-sdk-codestarconnections/types.rb', line 252 class GetHostInput < Struct.new( :host_arn) SENSITIVE = [] include Aws::Structure end  |