Class: Aws::CloudTrail::Types::GetTrailStatusResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudtrail/types.rb

Overview

Returns the objects or data listed below if successful. Otherwise, returns an error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#is_loggingBoolean

Whether the CloudTrail trail is currently logging Amazon Web Services API calls.

Returns:

  • (Boolean)


2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2561

class GetTrailStatusResponse < Struct.new(
  :is_logging,
  :latest_delivery_error,
  :latest_notification_error,
  :latest_delivery_time,
  :latest_notification_time,
  :start_logging_time,
  :stop_logging_time,
  :latest_cloud_watch_logs_delivery_error,
  :latest_cloud_watch_logs_delivery_time,
  :latest_digest_delivery_time,
  :latest_digest_delivery_error,
  :latest_delivery_attempt_time,
  :latest_notification_attempt_time,
  :latest_notification_attempt_succeeded,
  :latest_delivery_attempt_succeeded,
  :time_logging_started,
  :time_logging_stopped)
  SENSITIVE = []
  include Aws::Structure
end

#latest_cloud_watch_logs_delivery_errorString

Displays any CloudWatch Logs error that CloudTrail encountered when attempting to deliver logs to CloudWatch Logs.

Returns:

  • (String)


2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2561

class GetTrailStatusResponse < Struct.new(
  :is_logging,
  :latest_delivery_error,
  :latest_notification_error,
  :latest_delivery_time,
  :latest_notification_time,
  :start_logging_time,
  :stop_logging_time,
  :latest_cloud_watch_logs_delivery_error,
  :latest_cloud_watch_logs_delivery_time,
  :latest_digest_delivery_time,
  :latest_digest_delivery_error,
  :latest_delivery_attempt_time,
  :latest_notification_attempt_time,
  :latest_notification_attempt_succeeded,
  :latest_delivery_attempt_succeeded,
  :time_logging_started,
  :time_logging_stopped)
  SENSITIVE = []
  include Aws::Structure
end

#latest_cloud_watch_logs_delivery_timeTime

Displays the most recent date and time when CloudTrail delivered logs to CloudWatch Logs.

Returns:

  • (Time)


2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2561

class GetTrailStatusResponse < Struct.new(
  :is_logging,
  :latest_delivery_error,
  :latest_notification_error,
  :latest_delivery_time,
  :latest_notification_time,
  :start_logging_time,
  :stop_logging_time,
  :latest_cloud_watch_logs_delivery_error,
  :latest_cloud_watch_logs_delivery_time,
  :latest_digest_delivery_time,
  :latest_digest_delivery_error,
  :latest_delivery_attempt_time,
  :latest_notification_attempt_time,
  :latest_notification_attempt_succeeded,
  :latest_delivery_attempt_succeeded,
  :time_logging_started,
  :time_logging_stopped)
  SENSITIVE = []
  include Aws::Structure
end

#latest_delivery_attempt_succeededString

This field is no longer in use.

Returns:

  • (String)


2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2561

class GetTrailStatusResponse < Struct.new(
  :is_logging,
  :latest_delivery_error,
  :latest_notification_error,
  :latest_delivery_time,
  :latest_notification_time,
  :start_logging_time,
  :stop_logging_time,
  :latest_cloud_watch_logs_delivery_error,
  :latest_cloud_watch_logs_delivery_time,
  :latest_digest_delivery_time,
  :latest_digest_delivery_error,
  :latest_delivery_attempt_time,
  :latest_notification_attempt_time,
  :latest_notification_attempt_succeeded,
  :latest_delivery_attempt_succeeded,
  :time_logging_started,
  :time_logging_stopped)
  SENSITIVE = []
  include Aws::Structure
end

#latest_delivery_attempt_timeString

This field is no longer in use.

Returns:

  • (String)


2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2561

class GetTrailStatusResponse < Struct.new(
  :is_logging,
  :latest_delivery_error,
  :latest_notification_error,
  :latest_delivery_time,
  :latest_notification_time,
  :start_logging_time,
  :stop_logging_time,
  :latest_cloud_watch_logs_delivery_error,
  :latest_cloud_watch_logs_delivery_time,
  :latest_digest_delivery_time,
  :latest_digest_delivery_error,
  :latest_delivery_attempt_time,
  :latest_notification_attempt_time,
  :latest_notification_attempt_succeeded,
  :latest_delivery_attempt_succeeded,
  :time_logging_started,
  :time_logging_stopped)
  SENSITIVE = []
  include Aws::Structure
end

#latest_delivery_errorString

Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver log files to the designated bucket. For more information, see [Error Responses] in the Amazon S3 API Reference.

<note markdown=“1”> This error occurs only when there is a problem with the destination S3 bucket, and does not occur for requests that time out. To resolve the issue, fix the [bucket policy] so that CloudTrail can write to the bucket; or create a new bucket and call ‘UpdateTrail` to specify the new bucket.

</note>

[1]: docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html [2]: docs.aws.amazon.com/awscloudtrail/latest/userguide/create-s3-bucket-policy-for-cloudtrail.html

Returns:

  • (String)


2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2561

class GetTrailStatusResponse < Struct.new(
  :is_logging,
  :latest_delivery_error,
  :latest_notification_error,
  :latest_delivery_time,
  :latest_notification_time,
  :start_logging_time,
  :stop_logging_time,
  :latest_cloud_watch_logs_delivery_error,
  :latest_cloud_watch_logs_delivery_time,
  :latest_digest_delivery_time,
  :latest_digest_delivery_error,
  :latest_delivery_attempt_time,
  :latest_notification_attempt_time,
  :latest_notification_attempt_succeeded,
  :latest_delivery_attempt_succeeded,
  :time_logging_started,
  :time_logging_stopped)
  SENSITIVE = []
  include Aws::Structure
end

#latest_delivery_timeTime

Specifies the date and time that CloudTrail last delivered log files to an account’s Amazon S3 bucket.

Returns:

  • (Time)


2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2561

class GetTrailStatusResponse < Struct.new(
  :is_logging,
  :latest_delivery_error,
  :latest_notification_error,
  :latest_delivery_time,
  :latest_notification_time,
  :start_logging_time,
  :stop_logging_time,
  :latest_cloud_watch_logs_delivery_error,
  :latest_cloud_watch_logs_delivery_time,
  :latest_digest_delivery_time,
  :latest_digest_delivery_error,
  :latest_delivery_attempt_time,
  :latest_notification_attempt_time,
  :latest_notification_attempt_succeeded,
  :latest_delivery_attempt_succeeded,
  :time_logging_started,
  :time_logging_stopped)
  SENSITIVE = []
  include Aws::Structure
end

#latest_digest_delivery_errorString

Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver a digest file to the designated bucket. For more information, see [Error Responses] in the Amazon S3 API Reference.

<note markdown=“1”> This error occurs only when there is a problem with the destination S3 bucket, and does not occur for requests that time out. To resolve the issue, fix the [bucket policy] so that CloudTrail can write to the bucket; or create a new bucket and call ‘UpdateTrail` to specify the new bucket.

</note>

[1]: docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html [2]: docs.aws.amazon.com/awscloudtrail/latest/userguide/create-s3-bucket-policy-for-cloudtrail.html

Returns:

  • (String)


2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2561

class GetTrailStatusResponse < Struct.new(
  :is_logging,
  :latest_delivery_error,
  :latest_notification_error,
  :latest_delivery_time,
  :latest_notification_time,
  :start_logging_time,
  :stop_logging_time,
  :latest_cloud_watch_logs_delivery_error,
  :latest_cloud_watch_logs_delivery_time,
  :latest_digest_delivery_time,
  :latest_digest_delivery_error,
  :latest_delivery_attempt_time,
  :latest_notification_attempt_time,
  :latest_notification_attempt_succeeded,
  :latest_delivery_attempt_succeeded,
  :time_logging_started,
  :time_logging_stopped)
  SENSITIVE = []
  include Aws::Structure
end

#latest_digest_delivery_timeTime

Specifies the date and time that CloudTrail last delivered a digest file to an account’s Amazon S3 bucket.

Returns:

  • (Time)


2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2561

class GetTrailStatusResponse < Struct.new(
  :is_logging,
  :latest_delivery_error,
  :latest_notification_error,
  :latest_delivery_time,
  :latest_notification_time,
  :start_logging_time,
  :stop_logging_time,
  :latest_cloud_watch_logs_delivery_error,
  :latest_cloud_watch_logs_delivery_time,
  :latest_digest_delivery_time,
  :latest_digest_delivery_error,
  :latest_delivery_attempt_time,
  :latest_notification_attempt_time,
  :latest_notification_attempt_succeeded,
  :latest_delivery_attempt_succeeded,
  :time_logging_started,
  :time_logging_stopped)
  SENSITIVE = []
  include Aws::Structure
end

#latest_notification_attempt_succeededString

This field is no longer in use.

Returns:

  • (String)


2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2561

class GetTrailStatusResponse < Struct.new(
  :is_logging,
  :latest_delivery_error,
  :latest_notification_error,
  :latest_delivery_time,
  :latest_notification_time,
  :start_logging_time,
  :stop_logging_time,
  :latest_cloud_watch_logs_delivery_error,
  :latest_cloud_watch_logs_delivery_time,
  :latest_digest_delivery_time,
  :latest_digest_delivery_error,
  :latest_delivery_attempt_time,
  :latest_notification_attempt_time,
  :latest_notification_attempt_succeeded,
  :latest_delivery_attempt_succeeded,
  :time_logging_started,
  :time_logging_stopped)
  SENSITIVE = []
  include Aws::Structure
end

#latest_notification_attempt_timeString

This field is no longer in use.

Returns:

  • (String)


2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2561

class GetTrailStatusResponse < Struct.new(
  :is_logging,
  :latest_delivery_error,
  :latest_notification_error,
  :latest_delivery_time,
  :latest_notification_time,
  :start_logging_time,
  :stop_logging_time,
  :latest_cloud_watch_logs_delivery_error,
  :latest_cloud_watch_logs_delivery_time,
  :latest_digest_delivery_time,
  :latest_digest_delivery_error,
  :latest_delivery_attempt_time,
  :latest_notification_attempt_time,
  :latest_notification_attempt_succeeded,
  :latest_delivery_attempt_succeeded,
  :time_logging_started,
  :time_logging_stopped)
  SENSITIVE = []
  include Aws::Structure
end

#latest_notification_errorString

Displays any Amazon SNS error that CloudTrail encountered when attempting to send a notification. For more information about Amazon SNS errors, see the [Amazon SNS Developer Guide].

[1]: docs.aws.amazon.com/sns/latest/dg/welcome.html

Returns:

  • (String)


2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2561

class GetTrailStatusResponse < Struct.new(
  :is_logging,
  :latest_delivery_error,
  :latest_notification_error,
  :latest_delivery_time,
  :latest_notification_time,
  :start_logging_time,
  :stop_logging_time,
  :latest_cloud_watch_logs_delivery_error,
  :latest_cloud_watch_logs_delivery_time,
  :latest_digest_delivery_time,
  :latest_digest_delivery_error,
  :latest_delivery_attempt_time,
  :latest_notification_attempt_time,
  :latest_notification_attempt_succeeded,
  :latest_delivery_attempt_succeeded,
  :time_logging_started,
  :time_logging_stopped)
  SENSITIVE = []
  include Aws::Structure
end

#latest_notification_timeTime

Specifies the date and time of the most recent Amazon SNS notification that CloudTrail has written a new log file to an account’s Amazon S3 bucket.

Returns:

  • (Time)


2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2561

class GetTrailStatusResponse < Struct.new(
  :is_logging,
  :latest_delivery_error,
  :latest_notification_error,
  :latest_delivery_time,
  :latest_notification_time,
  :start_logging_time,
  :stop_logging_time,
  :latest_cloud_watch_logs_delivery_error,
  :latest_cloud_watch_logs_delivery_time,
  :latest_digest_delivery_time,
  :latest_digest_delivery_error,
  :latest_delivery_attempt_time,
  :latest_notification_attempt_time,
  :latest_notification_attempt_succeeded,
  :latest_delivery_attempt_succeeded,
  :time_logging_started,
  :time_logging_stopped)
  SENSITIVE = []
  include Aws::Structure
end

#start_logging_timeTime

Specifies the most recent date and time when CloudTrail started recording API calls for an Amazon Web Services account.

Returns:

  • (Time)


2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2561

class GetTrailStatusResponse < Struct.new(
  :is_logging,
  :latest_delivery_error,
  :latest_notification_error,
  :latest_delivery_time,
  :latest_notification_time,
  :start_logging_time,
  :stop_logging_time,
  :latest_cloud_watch_logs_delivery_error,
  :latest_cloud_watch_logs_delivery_time,
  :latest_digest_delivery_time,
  :latest_digest_delivery_error,
  :latest_delivery_attempt_time,
  :latest_notification_attempt_time,
  :latest_notification_attempt_succeeded,
  :latest_delivery_attempt_succeeded,
  :time_logging_started,
  :time_logging_stopped)
  SENSITIVE = []
  include Aws::Structure
end

#stop_logging_timeTime

Specifies the most recent date and time when CloudTrail stopped recording API calls for an Amazon Web Services account.

Returns:

  • (Time)


2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2561

class GetTrailStatusResponse < Struct.new(
  :is_logging,
  :latest_delivery_error,
  :latest_notification_error,
  :latest_delivery_time,
  :latest_notification_time,
  :start_logging_time,
  :stop_logging_time,
  :latest_cloud_watch_logs_delivery_error,
  :latest_cloud_watch_logs_delivery_time,
  :latest_digest_delivery_time,
  :latest_digest_delivery_error,
  :latest_delivery_attempt_time,
  :latest_notification_attempt_time,
  :latest_notification_attempt_succeeded,
  :latest_delivery_attempt_succeeded,
  :time_logging_started,
  :time_logging_stopped)
  SENSITIVE = []
  include Aws::Structure
end

#time_logging_startedString

This field is no longer in use.

Returns:

  • (String)


2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2561

class GetTrailStatusResponse < Struct.new(
  :is_logging,
  :latest_delivery_error,
  :latest_notification_error,
  :latest_delivery_time,
  :latest_notification_time,
  :start_logging_time,
  :stop_logging_time,
  :latest_cloud_watch_logs_delivery_error,
  :latest_cloud_watch_logs_delivery_time,
  :latest_digest_delivery_time,
  :latest_digest_delivery_error,
  :latest_delivery_attempt_time,
  :latest_notification_attempt_time,
  :latest_notification_attempt_succeeded,
  :latest_delivery_attempt_succeeded,
  :time_logging_started,
  :time_logging_stopped)
  SENSITIVE = []
  include Aws::Structure
end

#time_logging_stoppedString

This field is no longer in use.

Returns:

  • (String)


2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2561

class GetTrailStatusResponse < Struct.new(
  :is_logging,
  :latest_delivery_error,
  :latest_notification_error,
  :latest_delivery_time,
  :latest_notification_time,
  :start_logging_time,
  :stop_logging_time,
  :latest_cloud_watch_logs_delivery_error,
  :latest_cloud_watch_logs_delivery_time,
  :latest_digest_delivery_time,
  :latest_digest_delivery_error,
  :latest_delivery_attempt_time,
  :latest_notification_attempt_time,
  :latest_notification_attempt_succeeded,
  :latest_delivery_attempt_succeeded,
  :time_logging_started,
  :time_logging_stopped)
  SENSITIVE = []
  include Aws::Structure
end