CreateNetworkOutput

public struct CreateNetworkOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The unique identifier for the first member within the network.

    Declaration

    Swift

    public let memberId: String?
  • The unique identifier for the network.

    Declaration

    Swift

    public let networkId: String?
  • Undocumented

    Declaration

    Swift

    public init(memberId: String? = nil, networkId: String? = nil)