Condition

public struct Condition : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The key in a key-value pair. For example, in “ec2:ResourceTag/Department”: “accounting”, “ec2:ResourceTag/Department” is the key.

    Declaration

    Swift

    public let conditionKey: String
  • An operation, such as StringEquals, that is applied to a key-value pair used to filter resources in a selection.

    Declaration

    Swift

    public let conditionType: ConditionType
  • The value in a key-value pair. For example, in “ec2:ResourceTag/Department”: “accounting”, “accounting” is the value.

    Declaration

    Swift

    public let conditionValue: String
  • Undocumented

    Declaration

    Swift

    public init(conditionKey: String, conditionType: ConditionType, conditionValue: String)