GetNetworkInput

public struct GetNetworkInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The unique identifier of the network to get information about.

    Declaration

    Swift

    public let networkId: String
  • Undocumented

    Declaration

    Swift

    public init(networkId: String)
  • Declaration

    Swift

    public func validate(name: String) throws