Module: Aws::GuardDuty::Client::_GetFilterResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetFilterResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #action ⇒ "NOOP", "ARCHIVE"
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #finding_criteria ⇒ Types::FindingCriteria
- #name ⇒ ::String
- #rank ⇒ ::Integer
- #tags ⇒ ::Hash[::String, ::String]
- #updated_at ⇒ ::Time
- #version ⇒ ::Integer
Instance Method Details
#action ⇒ "NOOP", "ARCHIVE"
631 |
# File 'sig/client.rbs', line 631
def action: () -> ("NOOP" | "ARCHIVE")
|
#created_at ⇒ ::Time
635 |
# File 'sig/client.rbs', line 635
def created_at: () -> ::Time
|
#description ⇒ ::String
630 |
# File 'sig/client.rbs', line 630
def description: () -> ::String
|
#finding_criteria ⇒ Types::FindingCriteria
633 |
# File 'sig/client.rbs', line 633
def finding_criteria: () -> Types::FindingCriteria
|
#name ⇒ ::String
629 |
# File 'sig/client.rbs', line 629
def name: () -> ::String
|
#rank ⇒ ::Integer
632 |
# File 'sig/client.rbs', line 632
def rank: () -> ::Integer
|
#tags ⇒ ::Hash[::String, ::String]
634 |
# File 'sig/client.rbs', line 634
def tags: () -> ::Hash[::String, ::String]
|
#updated_at ⇒ ::Time
636 |
# File 'sig/client.rbs', line 636
def updated_at: () -> ::Time
|
#version ⇒ ::Integer
637 |
# File 'sig/client.rbs', line 637
def version: () -> ::Integer
|