Class: Aws::Types::GetTrailStatusResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#is_loggingBoolean

Returns the value of attribute is_logging.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::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.

Returns:

  • (::String)


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.

Returns:

  • (::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::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.

Returns:

  • (::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.

Returns:

  • (::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


600
601
602
# File 'sig/types.rbs', line 600

def time_logging_stopped
  @time_logging_stopped
end