#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for UpdateIamPolicyAssignmentInput
Implementations
The ID of the Amazon Web Services account that contains the IAM policy assignment.
The ID of the Amazon Web Services account that contains the IAM policy assignment.
The name of the assignment, also called a rule. This name must be unique within an Amazon Web Services account.
The name of the assignment, also called a rule. This name must be unique within an Amazon Web Services account.
The namespace of the assignment.
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 ARN for the IAM policy to apply to the Amazon QuickSight users and groups specified in this assignment.
The ARN for the IAM policy to apply 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 you want to assign the policy to.
The Amazon QuickSight users, groups, or both that you want to assign the policy to.
Consumes the builder and constructs a UpdateIamPolicyAssignmentInput
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