Module: Aws::GuardDuty::Client::_GetFilterResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetFilterResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #action ⇒ "NOOP", "ARCHIVE"
- #description ⇒ ::String
- #finding_criteria ⇒ Types::FindingCriteria
- #name ⇒ ::String
- #rank ⇒ ::Integer
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#action ⇒ "NOOP", "ARCHIVE"
552 |
# File 'sig/client.rbs', line 552
def action: () -> ("NOOP" | "ARCHIVE")
|
#description ⇒ ::String
551 |
# File 'sig/client.rbs', line 551
def description: () -> ::String
|
#finding_criteria ⇒ Types::FindingCriteria
554 |
# File 'sig/client.rbs', line 554
def finding_criteria: () -> Types::FindingCriteria
|
#name ⇒ ::String
550 |
# File 'sig/client.rbs', line 550
def name: () -> ::String
|
#rank ⇒ ::Integer
553 |
# File 'sig/client.rbs', line 553
def rank: () -> ::Integer
|
#tags ⇒ ::Hash[::String, ::String]
555 |
# File 'sig/client.rbs', line 555
def tags: () -> ::Hash[::String, ::String]
|