Module: Aws::GuardDuty::Client::_GetTrustedEntitySetResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetTrustedEntitySetResponse]
- 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
782 |
# File 'sig/client.rbs', line 782
def created_at: () -> ::Time
|
#error_details ⇒ ::String
784 |
# File 'sig/client.rbs', line 784
def error_details: () -> ::String
|
#expected_bucket_owner ⇒ ::String
779 |
# File 'sig/client.rbs', line 779
def expected_bucket_owner: () -> ::String
|
#format ⇒ "TXT", ...
777 |
# File 'sig/client.rbs', line 777
def format: () -> ("TXT" | "STIX" | "OTX_CSV" | "ALIEN_VAULT" | "PROOF_POINT" | "FIRE_EYE")
|
#location ⇒ ::String
778 |
# File 'sig/client.rbs', line 778
def location: () -> ::String
|
#name ⇒ ::String
776 |
# File 'sig/client.rbs', line 776
def name: () -> ::String
|
#status ⇒ "INACTIVE", ...
780 |
# File 'sig/client.rbs', line 780
def status: () -> ("INACTIVE" | "ACTIVATING" | "ACTIVE" | "DEACTIVATING" | "ERROR" | "DELETE_PENDING" | "DELETED")
|
#tags ⇒ ::Hash[::String, ::String]
781 |
# File 'sig/client.rbs', line 781
def tags: () -> ::Hash[::String, ::String]
|
#updated_at ⇒ ::Time
783 |
# File 'sig/client.rbs', line 783
def updated_at: () -> ::Time
|