Struct aws_sdk_appstream::input::describe_image_permissions_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for DescribeImagePermissionsInput
Implementations
The name of the private image for which to describe permissions. The image must be one that you own.
The name of the private image for which to describe permissions. The image must be one that you own.
The maximum size of each page of results.
The maximum size of each page of results.
Appends an item to shared_aws_account_ids.
To override the contents of this collection use set_shared_aws_account_ids.
The 12-digit identifier of one or more AWS accounts with which the image is shared.
The 12-digit identifier of one or more AWS accounts with which the image is shared.
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.
Consumes the builder and constructs a DescribeImagePermissionsInput
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