Class: Aws::CloudDirectory::Types::Rule
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::Rule
- Defined in:
- gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb
Overview
Contains an Amazon Resource Name (ARN) and parameters that are associated with the rule.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#parameters ⇒ Hash<String,String>
The minimum and maximum parameters that are associated with the rule.
-
#type ⇒ String
The type of attribute validation rule.
Instance Attribute Details
#parameters ⇒ Hash<String,String>
The minimum and maximum parameters that are associated with the rule.
4873 4874 4875 4876 4877 4878 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4873 class Rule < Struct.new( :type, :parameters) SENSITIVE = [] include Aws::Structure end |