Host

public struct Host : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the host.

    Declaration

    Swift

    public let hostArn: String?
  • The name of the host.

    Declaration

    Swift

    public let name: String?
  • The endpoint of the infrastructure where your provider type is installed.

    Declaration

    Swift

    public let providerEndpoint: String?
  • The name of the installed provider to be associated with your connection. The host resource represents the infrastructure where your provider type is installed. The valid provider type is GitHub Enterprise Server.

    Declaration

    Swift

    public let providerType: ProviderType?
  • The status of the host, such as PENDING, AVAILABLE, VPC_CONFIG_DELETING, VPC_CONFIG_INITIALIZING, and VPC_CONFIG_FAILED_INITIALIZATION.

    Declaration

    Swift

    public let status: String?
  • The status description for the host.

    Declaration

    Swift

    public let statusMessage: String?
  • The VPC configuration provisioned for the host.

    Declaration

    Swift

    public let vpcConfiguration: VpcConfiguration?
  • Undocumented

    Declaration

    Swift

    public init(hostArn: String? = nil, name: String? = nil, providerEndpoint: String? = nil, providerType: ProviderType? = nil, status: String? = nil, statusMessage: String? = nil, vpcConfiguration: VpcConfiguration? = nil)