You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudTrail::Types::TrailInfo

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information about a CloudTrail trail, including the trail's name, home region, and Amazon Resource Name (ARN).

Instance Attribute Summary collapse

Instance Attribute Details

#home_regionString

The AWS region in which a trail was created.

Returns:

  • (String)

    The AWS region in which a trail was created.

#nameString

The name of a trail.

Returns:

  • (String)

    The name of a trail.

#trail_arnString

The ARN of a trail.

Returns:

  • (String)

    The ARN of a trail.