Class: Aws::CodeConnections::Types::UpdateHostInput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CodeConnections::Types::UpdateHostInput
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeconnections/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.
| 1657 1658 1659 1660 1661 1662 1663 | # File 'lib/aws-sdk-codeconnections/types.rb', line 1657 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.
| 1657 1658 1659 1660 1661 1662 1663 | # File 'lib/aws-sdk-codeconnections/types.rb', line 1657 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.
| 1657 1658 1659 1660 1661 1662 1663 | # File 'lib/aws-sdk-codeconnections/types.rb', line 1657 class UpdateHostInput < Struct.new( :host_arn, :provider_endpoint, :vpc_configuration) SENSITIVE = [] include Aws::Structure end |