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
602 |
# File 'sig/client.rbs', line 602
def expected_bucket_owner: () -> ::String
|
#format ⇒ "TXT", ...
598 |
# File 'sig/client.rbs', line 598
def format: () -> ("TXT" | "STIX" | "OTX_CSV" | "ALIEN_VAULT" | "PROOF_POINT" | "FIRE_EYE")
|
#location ⇒ ::String
599 |
# File 'sig/client.rbs', line 599
def location: () -> ::String
|
#name ⇒ ::String
597 |
# File 'sig/client.rbs', line 597
def name: () -> ::String
|
#status ⇒ "INACTIVE", ...
600 |
# File 'sig/client.rbs', line 600
def status: () -> ("INACTIVE" | "ACTIVATING" | "ACTIVE" | "DEACTIVATING" | "ERROR" | "DELETE_PENDING" | "DELETED")
|
#tags ⇒ ::Hash[::String, ::String]
601 |
# File 'sig/client.rbs', line 601
def tags: () -> ::Hash[::String, ::String]
|