Approval
public struct Approval : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The state of the approval, APPROVE or REVOKE. REVOKE states are not stored.
Declaration
Swift
public let approvalState: ApprovalState?
-
The Amazon Resource Name (ARN) of the user.
Declaration
Swift
public let userArn: String?
-
Undocumented
Declaration
Swift
public init(approvalState: ApprovalState? = nil, userArn: String? = nil)