ListApplicationSnapshotsRequest

public struct ListApplicationSnapshotsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of an existing application.

    Declaration

    Swift

    public let applicationName: String
  • The maximum number of application snapshots to list.

    Declaration

    Swift

    public let limit: Int?
  • Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call’s NextToken response to indicate where the output should continue from.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(applicationName: String, limit: Int? = nil, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws