class Aws::CloudDirectory::Types::Rule

Contains an Amazon Resource Name (ARN) and parameters that are associated with the rule.

@note When making an API call, you may pass Rule

data as a hash:

    {
      type: "BINARY_LENGTH", # accepts BINARY_LENGTH, NUMBER_COMPARISON, STRING_FROM_SET, STRING_LENGTH
      parameters: {
        "RuleParameterKey" => "RuleParameterValue",
      },
    }

@!attribute [rw] type

The type of attribute validation rule.
@return [String]

@!attribute [rw] parameters

The minimum and maximum parameters that are associated with the
rule.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/Rule AWS API Documentation

Constants

SENSITIVE