Class: Aws::CodeConnections::Types::UpdateHostInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/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)


1645
1646
1647
1648
1649
1650
1651
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 1645

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)


1645
1646
1647
1648
1649
1650
1651
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 1645

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.



1645
1646
1647
1648
1649
1650
1651
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 1645

class UpdateHostInput < Struct.new(
  :host_arn,
  :provider_endpoint,
  :vpc_configuration)
  SENSITIVE = []
  include Aws::Structure
end