Class: Aws::Types::AllowListCriteria
- Inherits:
-
Object
- Object
- Aws::Types::AllowListCriteria
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#regex ⇒ ::String
Returns the value of attribute regex.
-
#s3_words_list ⇒ Types::S3WordsList
Returns the value of attribute s3_words_list.
Instance Attribute Details
#regex ⇒ ::String
Returns the value of attribute regex.
50 51 52 |
# File 'sig/types.rbs', line 50 def regex @regex end |
#s3_words_list ⇒ Types::S3WordsList
Returns the value of attribute s3_words_list.
51 52 53 |
# File 'sig/types.rbs', line 51 def s3_words_list @s3_words_list end |