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
768 |
# File 'sig/client.rbs', line 768
def expected_bucket_owner: () -> ::String
|
#format ⇒ "TXT", ...
764 |
# File 'sig/client.rbs', line 764
def format: () -> ("TXT" | "STIX" | "OTX_CSV" | "ALIEN_VAULT" | "PROOF_POINT" | "FIRE_EYE")
|
#location ⇒ ::String
765 |
# File 'sig/client.rbs', line 765
def location: () -> ::String
|
#name ⇒ ::String
763 |
# File 'sig/client.rbs', line 763
def name: () -> ::String
|
#status ⇒ "INACTIVE", ...
766 |
# File 'sig/client.rbs', line 766
def status: () -> ("INACTIVE" | "ACTIVATING" | "ACTIVE" | "DEACTIVATING" | "ERROR" | "DELETE_PENDING" | "DELETED")
|
#tags ⇒ ::Hash[::String, ::String]
767 |
# File 'sig/client.rbs', line 767
def tags: () -> ::Hash[::String, ::String]
|