You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the requested host.

Returns:

  • (String)

    The name of the requested host.

#provider_endpointString

The endpoint of the infrastructure represented by the requested host.

Returns:

  • (String)

    The endpoint of the infrastructure represented by the requested host.

#provider_typeString

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

Possible values:

  • Bitbucket
  • GitHub
  • GitHubEnterpriseServer

Returns:

  • (String)

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

#statusString

The status of the requested host.

Returns:

  • (String)

    The status of the requested host.

#vpc_configurationTypes::VpcConfiguration

The VPC configuration of the requested host.

Returns: