CreateIAMPolicyAssignmentResponse
public struct CreateIAMPolicyAssignmentResponse : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The ID for the assignment. DeclarationSwift public let assignmentId: String?
- 
                  
                  The name of the assignment. This name must be unique within the AWS account. DeclarationSwift public let assignmentName: String?
- 
                  
                  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. DeclarationSwift public let assignmentStatus: AssignmentStatus?
- 
                  
                  The QuickSight users, groups, or both that the IAM policy is assigned to. DeclarationSwift public let identities: [String : [String]]?
- 
                  
                  The ARN for the IAM policy that is applied to the QuickSight users and groups specified in this assignment. DeclarationSwift public let policyArn: String?
- 
                  
                  The AWS request ID for this operation. DeclarationSwift public let requestId: String?
- 
                  
                  The HTTP status of the request. DeclarationSwift public let status: Int?
- 
                  
                  Undocumented DeclarationSwift public init(assignmentId: String? = nil, assignmentName: String? = nil, assignmentStatus: AssignmentStatus? = nil, identities: [String : [String]]? = nil, policyArn: String? = nil, requestId: String? = nil, status: Int? = nil)
 View on GitHub
View on GitHub CreateIAMPolicyAssignmentResponse Structure Reference
        CreateIAMPolicyAssignmentResponse Structure Reference