Class: Aws::CodeStarconnections::Types::GetHostOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the requested host.

Returns:

  • (String)


482
483
484
485
486
487
488
489
490
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 482

class GetHostOutput < Struct.new(
  :name,
  :status,
  :provider_type,
  :provider_endpoint,
  :vpc_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#provider_endpointString

The endpoint of the infrastructure represented by the requested host.

Returns:

  • (String)


482
483
484
485
486
487
488
489
490
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 482

class GetHostOutput < Struct.new(
  :name,
  :status,
  :provider_type,
  :provider_endpoint,
  :vpc_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#provider_typeString

The provider type of the requested host, such as GitHub Enterprise Server.

Returns:

  • (String)


482
483
484
485
486
487
488
489
490
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 482

class GetHostOutput < Struct.new(
  :name,
  :status,
  :provider_type,
  :provider_endpoint,
  :vpc_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the requested host.

Returns:

  • (String)


482
483
484
485
486
487
488
489
490
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 482

class GetHostOutput < Struct.new(
  :name,
  :status,
  :provider_type,
  :provider_endpoint,
  :vpc_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_configurationTypes::VpcConfiguration

The VPC configuration of the requested host.



482
483
484
485
486
487
488
489
490
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 482

class GetHostOutput < Struct.new(
  :name,
  :status,
  :provider_type,
  :provider_endpoint,
  :vpc_configuration)
  SENSITIVE = []
  include Aws::Structure
end