DescribeSessionsRequest

public struct DescribeSessionsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The authentication method. Specify API for a user authenticated using a streaming URL or SAML for a SAML federated user. The default is to authenticate users using a streaming URL.

    Declaration

    Swift

    public let authenticationType: AuthenticationType?
  • The name of the fleet. This value is case-sensitive.

    Declaration

    Swift

    public let fleetName: String
  • The size of each page of results. The default value is 20 and the maximum value is 50.

    Declaration

    Swift

    public let limit: Int?
  • The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

    Declaration

    Swift

    public let nextToken: String?
  • The name of the stack. This value is case-sensitive.

    Declaration

    Swift

    public let stackName: String
  • The user identifier (ID). If you specify a user ID, you must also specify the authentication type.

    Declaration

    Swift

    public let userId: String?
  • Undocumented

    Declaration

    Swift

    public init(authenticationType: AuthenticationType? = nil, fleetName: String, limit: Int? = nil, nextToken: String? = nil, stackName: String, userId: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws