GetHostnameSuggestionResult
public struct GetHostnameSuggestionResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The generated host name.
Declaration
Swift
public let hostname: String? -
The layer ID.
Declaration
Swift
public let layerId: String? -
Undocumented
Declaration
Swift
public init(hostname: String? = nil, layerId: String? = nil)
View on GitHub
GetHostnameSuggestionResult Structure Reference