Module: Aws::CloudTrail::Client::_GetTrailStatusResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetTrailStatusResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #is_logging ⇒ Boolean
- #latest_cloud_watch_logs_delivery_error ⇒ ::String
- #latest_cloud_watch_logs_delivery_time ⇒ ::Time
- #latest_delivery_attempt_succeeded ⇒ ::String
- #latest_delivery_attempt_time ⇒ ::String
- #latest_delivery_error ⇒ ::String
- #latest_delivery_time ⇒ ::Time
- #latest_digest_delivery_error ⇒ ::String
- #latest_digest_delivery_time ⇒ ::Time
- #latest_notification_attempt_succeeded ⇒ ::String
- #latest_notification_attempt_time ⇒ ::String
- #latest_notification_error ⇒ ::String
- #latest_notification_time ⇒ ::Time
- #start_logging_time ⇒ ::Time
- #stop_logging_time ⇒ ::Time
- #time_logging_started ⇒ ::String
- #time_logging_stopped ⇒ ::String
Instance Method Details
#is_logging ⇒ Boolean
530 |
# File 'sig/client.rbs', line 530 def is_logging: () -> bool |
#latest_cloud_watch_logs_delivery_error ⇒ ::String
537 |
# File 'sig/client.rbs', line 537 def latest_cloud_watch_logs_delivery_error: () -> ::String |
#latest_cloud_watch_logs_delivery_time ⇒ ::Time
538 |
# File 'sig/client.rbs', line 538 def latest_cloud_watch_logs_delivery_time: () -> ::Time |
#latest_delivery_attempt_succeeded ⇒ ::String
544 |
# File 'sig/client.rbs', line 544 def latest_delivery_attempt_succeeded: () -> ::String |
#latest_delivery_attempt_time ⇒ ::String
541 |
# File 'sig/client.rbs', line 541 def latest_delivery_attempt_time: () -> ::String |
#latest_delivery_error ⇒ ::String
531 |
# File 'sig/client.rbs', line 531 def latest_delivery_error: () -> ::String |
#latest_delivery_time ⇒ ::Time
533 |
# File 'sig/client.rbs', line 533 def latest_delivery_time: () -> ::Time |
#latest_digest_delivery_error ⇒ ::String
540 |
# File 'sig/client.rbs', line 540 def latest_digest_delivery_error: () -> ::String |
#latest_digest_delivery_time ⇒ ::Time
539 |
# File 'sig/client.rbs', line 539 def latest_digest_delivery_time: () -> ::Time |
#latest_notification_attempt_succeeded ⇒ ::String
543 |
# File 'sig/client.rbs', line 543 def latest_notification_attempt_succeeded: () -> ::String |
#latest_notification_attempt_time ⇒ ::String
542 |
# File 'sig/client.rbs', line 542 def latest_notification_attempt_time: () -> ::String |
#latest_notification_error ⇒ ::String
532 |
# File 'sig/client.rbs', line 532 def latest_notification_error: () -> ::String |
#latest_notification_time ⇒ ::Time
534 |
# File 'sig/client.rbs', line 534 def latest_notification_time: () -> ::Time |
#start_logging_time ⇒ ::Time
535 |
# File 'sig/client.rbs', line 535 def start_logging_time: () -> ::Time |
#stop_logging_time ⇒ ::Time
536 |
# File 'sig/client.rbs', line 536 def stop_logging_time: () -> ::Time |
#time_logging_started ⇒ ::String
545 |
# File 'sig/client.rbs', line 545 def time_logging_started: () -> ::String |
#time_logging_stopped ⇒ ::String
546 |
# File 'sig/client.rbs', line 546 def time_logging_stopped: () -> ::String |