Class: Aws::CodeStarconnections::Types::UpdateHostInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodeStarconnections::Types::UpdateHostInput
 
 
- 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 updated.
 - 
  
    
      #provider_endpoint  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The URL or endpoint of the host to be updated.
 - 
  
    
      #vpc_configuration  ⇒ Types::VpcConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The VPC configuration of the host to be updated.
 
Instance Attribute Details
#host_arn ⇒ String
The Amazon Resource Name (ARN) of the host to be updated.
      605 606 607 608 609 610 611  | 
    
      # File 'lib/aws-sdk-codestarconnections/types.rb', line 605 class UpdateHostInput < Struct.new( :host_arn, :provider_endpoint, :vpc_configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#provider_endpoint ⇒ String
The URL or endpoint of the host to be updated.
      605 606 607 608 609 610 611  | 
    
      # File 'lib/aws-sdk-codestarconnections/types.rb', line 605 class UpdateHostInput < Struct.new( :host_arn, :provider_endpoint, :vpc_configuration) SENSITIVE = [] include Aws::Structure end  | 
  
#vpc_configuration ⇒ Types::VpcConfiguration
The VPC configuration of the host to be updated. A VPC must be configured and the infrastructure to be represented by the host must already be connected to the VPC.
      605 606 607 608 609 610 611  | 
    
      # File 'lib/aws-sdk-codestarconnections/types.rb', line 605 class UpdateHostInput < Struct.new( :host_arn, :provider_endpoint, :vpc_configuration) SENSITIVE = [] include Aws::Structure end  |