Struct aws_sdk_appstream::input::describe_sessions_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for DescribeSessionsInput
Implementations
The name of the stack. This value is case-sensitive.
The name of the stack. This value is case-sensitive.
The name of the fleet. This value is case-sensitive.
The name of the fleet. This value is case-sensitive.
The user identifier (ID). If you specify a user ID, you must also specify the authentication type.
The user identifier (ID). If you specify a user ID, you must also specify the authentication type.
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.
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.
The size of each page of results. The default value is 20 and the maximum value is 50.
The size of each page of results. The default value is 20 and the maximum value is 50.
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.
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.
Consumes the builder and constructs a DescribeSessionsInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more