Module: Aws::GuardDuty::Client::_GetThreatEntitySetResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetThreatEntitySetResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #error_details ⇒ ::String
- #expected_bucket_owner ⇒ ::String
- #format ⇒ "TXT", ...
- #location ⇒ ::String
- #name ⇒ ::String
- #status ⇒ "INACTIVE", ...
- #tags ⇒ ::Hash[::String, ::String]
- #updated_at ⇒ ::Time
Instance Method Details
#created_at ⇒ ::Time
747 |
# File 'sig/client.rbs', line 747
def created_at: () -> ::Time
|
#error_details ⇒ ::String
749 |
# File 'sig/client.rbs', line 749
def error_details: () -> ::String
|
#expected_bucket_owner ⇒ ::String
744 |
# File 'sig/client.rbs', line 744
def expected_bucket_owner: () -> ::String
|
#format ⇒ "TXT", ...
742 |
# File 'sig/client.rbs', line 742
def format: () -> ("TXT" | "STIX" | "OTX_CSV" | "ALIEN_VAULT" | "PROOF_POINT" | "FIRE_EYE")
|
#location ⇒ ::String
743 |
# File 'sig/client.rbs', line 743
def location: () -> ::String
|
#name ⇒ ::String
741 |
# File 'sig/client.rbs', line 741
def name: () -> ::String
|
#status ⇒ "INACTIVE", ...
745 |
# File 'sig/client.rbs', line 745
def status: () -> ("INACTIVE" | "ACTIVATING" | "ACTIVE" | "DEACTIVATING" | "ERROR" | "DELETE_PENDING" | "DELETED")
|
#tags ⇒ ::Hash[::String, ::String]
746 |
# File 'sig/client.rbs', line 746
def tags: () -> ::Hash[::String, ::String]
|
#updated_at ⇒ ::Time
748 |
# File 'sig/client.rbs', line 748
def updated_at: () -> ::Time
|