GetOutpostInstanceTypesInput

public struct GetOutpostInstanceTypesInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Undocumented

    Declaration

    Swift

    public let maxResults: Int?
  • Undocumented

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public let outpostId: String
  • Undocumented

    Declaration

    Swift

    public init(maxResults: Int? = nil, nextToken: String? = nil, outpostId: String)
  • Declaration

    Swift

    public func validate(name: String) throws