Condition
public struct Condition : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specifies the key for the condition. Currently the only supported key is aws:PrincipalOrgID.
Declaration
Swift
public let key: String
-
Specifies the type of condition. Currently the only supported value is StringEquals.
Declaration
Swift
public let type: String
-
Specifies the value for the key. Currently, this must be the ID of the organization.
Declaration
Swift
public let value: String
-
Undocumented
Declaration
Swift
public init(key: String, type: String, value: String)