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
528 |
# File 'sig/client.rbs', line 528
def is_logging: () -> bool
|
#latest_cloud_watch_logs_delivery_error ⇒ ::String
535 |
# File 'sig/client.rbs', line 535
def latest_cloud_watch_logs_delivery_error: () -> ::String
|
#latest_cloud_watch_logs_delivery_time ⇒ ::Time
536 |
# File 'sig/client.rbs', line 536
def latest_cloud_watch_logs_delivery_time: () -> ::Time
|
#latest_delivery_attempt_succeeded ⇒ ::String
542 |
# File 'sig/client.rbs', line 542
def latest_delivery_attempt_succeeded: () -> ::String
|
#latest_delivery_attempt_time ⇒ ::String
539 |
# File 'sig/client.rbs', line 539
def latest_delivery_attempt_time: () -> ::String
|
#latest_delivery_error ⇒ ::String
529 |
# File 'sig/client.rbs', line 529
def latest_delivery_error: () -> ::String
|
#latest_delivery_time ⇒ ::Time
531 |
# File 'sig/client.rbs', line 531
def latest_delivery_time: () -> ::Time
|
#latest_digest_delivery_error ⇒ ::String
538 |
# File 'sig/client.rbs', line 538
def latest_digest_delivery_error: () -> ::String
|
#latest_digest_delivery_time ⇒ ::Time
537 |
# File 'sig/client.rbs', line 537
def latest_digest_delivery_time: () -> ::Time
|
#latest_notification_attempt_succeeded ⇒ ::String
541 |
# File 'sig/client.rbs', line 541
def latest_notification_attempt_succeeded: () -> ::String
|
#latest_notification_attempt_time ⇒ ::String
540 |
# File 'sig/client.rbs', line 540
def latest_notification_attempt_time: () -> ::String
|
#latest_notification_error ⇒ ::String
530 |
# File 'sig/client.rbs', line 530
def latest_notification_error: () -> ::String
|
#latest_notification_time ⇒ ::Time
532 |
# File 'sig/client.rbs', line 532
def latest_notification_time: () -> ::Time
|
#start_logging_time ⇒ ::Time
533 |
# File 'sig/client.rbs', line 533
def start_logging_time: () -> ::Time
|
#stop_logging_time ⇒ ::Time
534 |
# File 'sig/client.rbs', line 534
def stop_logging_time: () -> ::Time
|
#time_logging_started ⇒ ::String
543 |
# File 'sig/client.rbs', line 543
def time_logging_started: () -> ::String
|
#time_logging_stopped ⇒ ::String
544 |
# File 'sig/client.rbs', line 544
def time_logging_stopped: () -> ::String
|