#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for CreateIamPolicyAssignmentOutput
Implementations
The name of the assignment. This name must be unique within the Amazon Web Services account.
The name of the assignment. This name must be unique within the Amazon Web Services account.
The ID for the assignment.
The ID for 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 that is applied to the Amazon QuickSight users and groups specified in this assignment.
The ARN for the IAM policy that is 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 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 CreateIamPolicyAssignmentOutput
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