Class: Aws::Types::CreateCustomDataIdentifierRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateCustomDataIdentifierRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#ignore_words ⇒ ::Array[::String]
Returns the value of attribute ignore_words.
-
#keywords ⇒ ::Array[::String]
Returns the value of attribute keywords.
-
#maximum_match_distance ⇒ ::Integer
Returns the value of attribute maximum_match_distance.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#regex ⇒ ::String
Returns the value of attribute regex.
-
#severity_levels ⇒ ::Array[Types::SeverityLevel]
Returns the value of attribute severity_levels.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
362 363 364 |
# File 'sig/types.rbs', line 362 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
363 364 365 |
# File 'sig/types.rbs', line 363 def description @description end |
#ignore_words ⇒ ::Array[::String]
Returns the value of attribute ignore_words.
364 365 366 |
# File 'sig/types.rbs', line 364 def ignore_words @ignore_words end |
#keywords ⇒ ::Array[::String]
Returns the value of attribute keywords.
365 366 367 |
# File 'sig/types.rbs', line 365 def keywords @keywords end |
#maximum_match_distance ⇒ ::Integer
Returns the value of attribute maximum_match_distance.
366 367 368 |
# File 'sig/types.rbs', line 366 def maximum_match_distance @maximum_match_distance end |
#name ⇒ ::String
Returns the value of attribute name.
367 368 369 |
# File 'sig/types.rbs', line 367 def name @name end |
#regex ⇒ ::String
Returns the value of attribute regex.
368 369 370 |
# File 'sig/types.rbs', line 368 def regex @regex end |
#severity_levels ⇒ ::Array[Types::SeverityLevel]
Returns the value of attribute severity_levels.
369 370 371 |
# File 'sig/types.rbs', line 369 def severity_levels @severity_levels end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
370 371 372 |
# File 'sig/types.rbs', line 370 def @tags end |