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.
1645 1646 1647 1648 1649 1650 1651 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 1645 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.
1645 1646 1647 1648 1649 1650 1651 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 1645 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.
1645 1646 1647 1648 1649 1650 1651 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 1645 class UpdateHostInput < Struct.new( :host_arn, :provider_endpoint, :vpc_configuration) SENSITIVE = [] include Aws::Structure end |