Denied
public struct Denied : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information that explicitly denies the authorization.
Declaration
Swift
public let explicitDeny: ExplicitDeny?
-
Information that implicitly denies the authorization. When a policy doesn’t explicitly deny or allow an action on a resource it is considered an implicit deny.
Declaration
Swift
public let implicitDeny: ImplicitDeny?
-
Undocumented
Declaration
Swift
public init(explicitDeny: ExplicitDeny? = nil, implicitDeny: ImplicitDeny? = nil)