Module: Aws::Macie2::Client::_GetFindingsFilterResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetFindingsFilterResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #action ⇒ "ARCHIVE", "NOOP"
- #arn ⇒ ::String
- #description ⇒ ::String
- #finding_criteria ⇒ Types::FindingCriteria
- #id ⇒ ::String
- #name ⇒ ::String
- #position ⇒ ::Integer
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#action ⇒ "ARCHIVE", "NOOP"
585 |
# File 'sig/client.rbs', line 585
def action: () -> ("ARCHIVE" | "NOOP")
|
#arn ⇒ ::String
586 |
# File 'sig/client.rbs', line 586
def arn: () -> ::String
|
#description ⇒ ::String
587 |
# File 'sig/client.rbs', line 587
def description: () -> ::String
|
#finding_criteria ⇒ Types::FindingCriteria
588 |
# File 'sig/client.rbs', line 588
def finding_criteria: () -> Types::FindingCriteria
|
#id ⇒ ::String
589 |
# File 'sig/client.rbs', line 589
def id: () -> ::String
|
#name ⇒ ::String
590 |
# File 'sig/client.rbs', line 590
def name: () -> ::String
|
#position ⇒ ::Integer
591 |
# File 'sig/client.rbs', line 591
def position: () -> ::Integer
|
#tags ⇒ ::Hash[::String, ::String]
592 |
# File 'sig/client.rbs', line 592
def tags: () -> ::Hash[::String, ::String]
|