You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudTrail::Types::DescribeTrailsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::DescribeTrailsResponse
- Defined in:
- (unknown)
Overview
Returns the objects or data listed below if successful. Otherwise, returns an error.
Returned by:
Instance Attribute Summary collapse
-
#trail_list ⇒ Array<Types::Trail>
The list of trail objects.
Instance Attribute Details
#trail_list ⇒ Array<Types::Trail>
The list of trail objects. Trail objects with string values are only
returned if values for the objects exist in a trail\'s configuration.
For example, SNSTopicName
and SNSTopicARN
are only returned in
results if a trail is configured to send SNS notifications. Similarly,
KMSKeyId
only appears in results if a trail\'s log files are encrypted
with AWS KMS-managed keys.