PutInstancePublicPortsRequest

public struct PutInstancePublicPortsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the instance for which to open ports.

    Declaration

    Swift

    public let instanceName: String
  • An array of objects to describe the ports to open for the specified instance.

    Declaration

    Swift

    public let portInfos: [PortInfo]
  • Undocumented

    Declaration

    Swift

    public init(instanceName: String, portInfos: [PortInfo])
  • Declaration

    Swift

    public func validate(name: String) throws