Class: Aws::Types::GetTrailStatusResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetTrailStatusResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_logging ⇒ Boolean
Returns the value of attribute is_logging.
-
#latest_cloud_watch_logs_delivery_error ⇒ ::String
Returns the value of attribute latest_cloud_watch_logs_delivery_error.
-
#latest_cloud_watch_logs_delivery_time ⇒ ::Time
Returns the value of attribute latest_cloud_watch_logs_delivery_time.
-
#latest_delivery_attempt_succeeded ⇒ ::String
Returns the value of attribute latest_delivery_attempt_succeeded.
-
#latest_delivery_attempt_time ⇒ ::String
Returns the value of attribute latest_delivery_attempt_time.
-
#latest_delivery_error ⇒ ::String
Returns the value of attribute latest_delivery_error.
-
#latest_delivery_time ⇒ ::Time
Returns the value of attribute latest_delivery_time.
-
#latest_digest_delivery_error ⇒ ::String
Returns the value of attribute latest_digest_delivery_error.
-
#latest_digest_delivery_time ⇒ ::Time
Returns the value of attribute latest_digest_delivery_time.
-
#latest_notification_attempt_succeeded ⇒ ::String
Returns the value of attribute latest_notification_attempt_succeeded.
-
#latest_notification_attempt_time ⇒ ::String
Returns the value of attribute latest_notification_attempt_time.
-
#latest_notification_error ⇒ ::String
Returns the value of attribute latest_notification_error.
-
#latest_notification_time ⇒ ::Time
Returns the value of attribute latest_notification_time.
-
#start_logging_time ⇒ ::Time
Returns the value of attribute start_logging_time.
-
#stop_logging_time ⇒ ::Time
Returns the value of attribute stop_logging_time.
-
#time_logging_started ⇒ ::String
Returns the value of attribute time_logging_started.
-
#time_logging_stopped ⇒ ::String
Returns the value of attribute time_logging_stopped.
Instance Attribute Details
#is_logging ⇒ Boolean
Returns the value of attribute is_logging.
584 585 586 |
# File 'sig/types.rbs', line 584 def is_logging @is_logging end |
#latest_cloud_watch_logs_delivery_error ⇒ ::String
Returns the value of attribute latest_cloud_watch_logs_delivery_error.
591 592 593 |
# File 'sig/types.rbs', line 591 def latest_cloud_watch_logs_delivery_error @latest_cloud_watch_logs_delivery_error end |
#latest_cloud_watch_logs_delivery_time ⇒ ::Time
Returns the value of attribute latest_cloud_watch_logs_delivery_time.
592 593 594 |
# File 'sig/types.rbs', line 592 def latest_cloud_watch_logs_delivery_time @latest_cloud_watch_logs_delivery_time end |
#latest_delivery_attempt_succeeded ⇒ ::String
Returns the value of attribute latest_delivery_attempt_succeeded.
598 599 600 |
# File 'sig/types.rbs', line 598 def latest_delivery_attempt_succeeded @latest_delivery_attempt_succeeded end |
#latest_delivery_attempt_time ⇒ ::String
Returns the value of attribute latest_delivery_attempt_time.
595 596 597 |
# File 'sig/types.rbs', line 595 def latest_delivery_attempt_time @latest_delivery_attempt_time end |
#latest_delivery_error ⇒ ::String
Returns the value of attribute latest_delivery_error.
585 586 587 |
# File 'sig/types.rbs', line 585 def latest_delivery_error @latest_delivery_error end |
#latest_delivery_time ⇒ ::Time
Returns the value of attribute latest_delivery_time.
587 588 589 |
# File 'sig/types.rbs', line 587 def latest_delivery_time @latest_delivery_time end |
#latest_digest_delivery_error ⇒ ::String
Returns the value of attribute latest_digest_delivery_error.
594 595 596 |
# File 'sig/types.rbs', line 594 def latest_digest_delivery_error @latest_digest_delivery_error end |
#latest_digest_delivery_time ⇒ ::Time
Returns the value of attribute latest_digest_delivery_time.
593 594 595 |
# File 'sig/types.rbs', line 593 def latest_digest_delivery_time @latest_digest_delivery_time end |
#latest_notification_attempt_succeeded ⇒ ::String
Returns the value of attribute latest_notification_attempt_succeeded.
597 598 599 |
# File 'sig/types.rbs', line 597 def latest_notification_attempt_succeeded @latest_notification_attempt_succeeded end |
#latest_notification_attempt_time ⇒ ::String
Returns the value of attribute latest_notification_attempt_time.
596 597 598 |
# File 'sig/types.rbs', line 596 def latest_notification_attempt_time @latest_notification_attempt_time end |
#latest_notification_error ⇒ ::String
Returns the value of attribute latest_notification_error.
586 587 588 |
# File 'sig/types.rbs', line 586 def latest_notification_error @latest_notification_error end |
#latest_notification_time ⇒ ::Time
Returns the value of attribute latest_notification_time.
588 589 590 |
# File 'sig/types.rbs', line 588 def latest_notification_time @latest_notification_time end |
#start_logging_time ⇒ ::Time
Returns the value of attribute start_logging_time.
589 590 591 |
# File 'sig/types.rbs', line 589 def start_logging_time @start_logging_time end |
#stop_logging_time ⇒ ::Time
Returns the value of attribute stop_logging_time.
590 591 592 |
# File 'sig/types.rbs', line 590 def stop_logging_time @stop_logging_time end |
#time_logging_started ⇒ ::String
Returns the value of attribute time_logging_started.
599 600 601 |
# File 'sig/types.rbs', line 599 def time_logging_started @time_logging_started end |
#time_logging_stopped ⇒ ::String
Returns the value of attribute time_logging_stopped.
600 601 602 |
# File 'sig/types.rbs', line 600 def time_logging_stopped @time_logging_stopped end |