AuthInfo
public struct AuthInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The type of action for which the principal is being authorized.
Declaration
Swift
public let actionType: ActionType?
-
The resources for which the principal is being authorized to perform the specified action.
Declaration
Swift
public let resources: [String]
-
Undocumented
Declaration
Swift
public init(actionType: ActionType? = nil, resources: [String])