Module: Aws::Macie2::Client::_GetCustomDataIdentifierResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetCustomDataIdentifierResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #created_at ⇒ ::Time
- #deleted ⇒ Boolean
- #description ⇒ ::String
- #id ⇒ ::String
- #ignore_words ⇒ ::Array[::String]
- #keywords ⇒ ::Array[::String]
- #maximum_match_distance ⇒ ::Integer
- #name ⇒ ::String
- #regex ⇒ ::String
- #severity_levels ⇒ ::Array[Types::SeverityLevel]
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#arn ⇒ ::String
534 |
# File 'sig/client.rbs', line 534
def arn: () -> ::String
|
#created_at ⇒ ::Time
535 |
# File 'sig/client.rbs', line 535
def created_at: () -> ::Time
|
#deleted ⇒ Boolean
536 |
# File 'sig/client.rbs', line 536
def deleted: () -> bool
|
#description ⇒ ::String
537 |
# File 'sig/client.rbs', line 537
def description: () -> ::String
|
#id ⇒ ::String
538 |
# File 'sig/client.rbs', line 538
def id: () -> ::String
|
#ignore_words ⇒ ::Array[::String]
539 |
# File 'sig/client.rbs', line 539
def ignore_words: () -> ::Array[::String]
|
#keywords ⇒ ::Array[::String]
540 |
# File 'sig/client.rbs', line 540
def keywords: () -> ::Array[::String]
|
#maximum_match_distance ⇒ ::Integer
541 |
# File 'sig/client.rbs', line 541
def maximum_match_distance: () -> ::Integer
|
#name ⇒ ::String
542 |
# File 'sig/client.rbs', line 542
def name: () -> ::String
|
#regex ⇒ ::String
543 |
# File 'sig/client.rbs', line 543
def regex: () -> ::String
|
#severity_levels ⇒ ::Array[Types::SeverityLevel]
544 |
# File 'sig/client.rbs', line 544
def severity_levels: () -> ::Array[Types::SeverityLevel]
|
#tags ⇒ ::Hash[::String, ::String]
545 |
# File 'sig/client.rbs', line 545
def tags: () -> ::Hash[::String, ::String]
|