GetHostOutput
public struct GetHostOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the requested host.
Declaration
Swift
public let name: String? -
The endpoint of the infrastructure represented by the requested host.
Declaration
Swift
public let providerEndpoint: String? -
The provider type of the requested host, such as GitHub Enterprise Server.
Declaration
Swift
public let providerType: ProviderType? -
The status of the requested host.
Declaration
Swift
public let status: String? -
The VPC configuration of the requested host.
Declaration
Swift
public let vpcConfiguration: VpcConfiguration? -
Undocumented
Declaration
Swift
public init(name: String? = nil, providerEndpoint: String? = nil, providerType: ProviderType? = nil, status: String? = nil, vpcConfiguration: VpcConfiguration? = nil)
View on GitHub
GetHostOutput Structure Reference