Class: Aws::CodeStarconnections::Types::UpdateHostInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codestarconnections/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#host_arnString

The Amazon Resource Name (ARN) of the host to be updated.

Returns:

  • (String)


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_endpointString

The URL or endpoint of the host to be updated.

Returns:

  • (String)


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_configurationTypes::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