#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for UpdateIamPolicyAssignmentOutput
Implementations
The name of the assignment or rule.
The name of the assignment or rule.
The ID of the assignment.
The ID of the assignment.
The ARN for the IAM policy applied to the Amazon QuickSight users and groups specified in this assignment.
The ARN for the IAM policy applied to the Amazon QuickSight users and groups specified in this assignment.
Adds a key-value pair to identities.
To override the contents of this collection use set_identities.
The Amazon QuickSight users, groups, or both that the IAM policy is assigned to.
The Amazon QuickSight users, groups, or both that the IAM policy is assigned to.
The status of the assignment. Possible values are as follows:
-
ENABLED- Anything specified in this assignment is used when creating the data source. -
DISABLED- This assignment isn't used when creating the data source. -
DRAFT- This assignment is an unfinished draft and isn't used when creating the data source.
The status of the assignment. Possible values are as follows:
-
ENABLED- Anything specified in this assignment is used when creating the data source. -
DISABLED- This assignment isn't used when creating the data source. -
DRAFT- This assignment is an unfinished draft and isn't used when creating the data source.
The Amazon Web Services request ID for this operation.
The Amazon Web Services request ID for this operation.
The HTTP status of the request.
Consumes the builder and constructs a UpdateIamPolicyAssignmentOutput
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