Module: Aws::GuardDuty::Client::_GetThreatIntelSetResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetThreatIntelSetResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #expected_bucket_owner ⇒ ::String
- #format ⇒ "TXT", ...
- #location ⇒ ::String
- #name ⇒ ::String
- #status ⇒ "INACTIVE", ...
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#expected_bucket_owner ⇒ ::String
765 |
# File 'sig/client.rbs', line 765
def expected_bucket_owner: () -> ::String
|
#format ⇒ "TXT", ...
761 |
# File 'sig/client.rbs', line 761
def format: () -> ("TXT" | "STIX" | "OTX_CSV" | "ALIEN_VAULT" | "PROOF_POINT" | "FIRE_EYE")
|
#location ⇒ ::String
762 |
# File 'sig/client.rbs', line 762
def location: () -> ::String
|
#name ⇒ ::String
760 |
# File 'sig/client.rbs', line 760
def name: () -> ::String
|
#status ⇒ "INACTIVE", ...
763 |
# File 'sig/client.rbs', line 763
def status: () -> ("INACTIVE" | "ACTIVATING" | "ACTIVE" | "DEACTIVATING" | "ERROR" | "DELETE_PENDING" | "DELETED")
|
#tags ⇒ ::Hash[::String, ::String]
764 |
# File 'sig/client.rbs', line 764
def tags: () -> ::Hash[::String, ::String]
|