Module: Aws::GuardDuty::Client::_GetIPSetResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetIPSetResponse]
- 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
684 |
# File 'sig/client.rbs', line 684 def expected_bucket_owner: () -> ::String |
#format ⇒ "TXT", ...
680 |
# File 'sig/client.rbs', line 680 def format: () -> ("TXT" | "STIX" | "OTX_CSV" | "ALIEN_VAULT" | "PROOF_POINT" | "FIRE_EYE") |
#location ⇒ ::String
681 |
# File 'sig/client.rbs', line 681 def location: () -> ::String |
#name ⇒ ::String
679 |
# File 'sig/client.rbs', line 679 def name: () -> ::String |
#status ⇒ "INACTIVE", ...
682 |
# File 'sig/client.rbs', line 682 def status: () -> ("INACTIVE" | "ACTIVATING" | "ACTIVE" | "DEACTIVATING" | "ERROR" | "DELETE_PENDING" | "DELETED") |
#tags ⇒ ::Hash[::String, ::String]
683 |
# File 'sig/client.rbs', line 683 def tags: () -> ::Hash[::String, ::String] |