Class: Aws::CodeStarconnections::Types::GetHostOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodeStarconnections::Types::GetHostOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-codestarconnections/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the requested host.
 - 
  
    
      #provider_endpoint  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The endpoint of the infrastructure represented by the requested host.
 - 
  
    
      #provider_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The provider type of the requested host, such as GitHub Enterprise Server.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the requested host.
 - 
  
    
      #vpc_configuration  ⇒ Types::VpcConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The VPC configuration of the requested host.
 
Instance Attribute Details
#name ⇒ String
The name of the requested host.
      282 283 284 285 286 287 288 289 290  | 
    
      # File 'lib/aws-sdk-codestarconnections/types.rb', line 282 class GetHostOutput < Struct.new( :name, :status, :provider_type, :provider_endpoint, :vpc_configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#provider_endpoint ⇒ String
The endpoint of the infrastructure represented by the requested host.
      282 283 284 285 286 287 288 289 290  | 
    
      # File 'lib/aws-sdk-codestarconnections/types.rb', line 282 class GetHostOutput < Struct.new( :name, :status, :provider_type, :provider_endpoint, :vpc_configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#provider_type ⇒ String
The provider type of the requested host, such as GitHub Enterprise Server.
      282 283 284 285 286 287 288 289 290  | 
    
      # File 'lib/aws-sdk-codestarconnections/types.rb', line 282 class GetHostOutput < Struct.new( :name, :status, :provider_type, :provider_endpoint, :vpc_configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The status of the requested host.
      282 283 284 285 286 287 288 289 290  | 
    
      # File 'lib/aws-sdk-codestarconnections/types.rb', line 282 class GetHostOutput < Struct.new( :name, :status, :provider_type, :provider_endpoint, :vpc_configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#vpc_configuration ⇒ Types::VpcConfiguration
The VPC configuration of the requested host.
      282 283 284 285 286 287 288 289 290  | 
    
      # File 'lib/aws-sdk-codestarconnections/types.rb', line 282 class GetHostOutput < Struct.new( :name, :status, :provider_type, :provider_endpoint, :vpc_configuration) SENSITIVE = [] include Aws::Structure end  |