Class: Aws::AccessAnalyzer::Types::Trail

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb

Overview

Contains details about the CloudTrail trail being analyzed to generate a policy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#all_regionsBoolean

Possible values are true or false. If set to true, IAM Access Analyzer retrieves CloudTrail data from all regions to analyze and generate a policy.

Returns:

  • (Boolean)


3724
3725
3726
3727
3728
3729
3730
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 3724

class Trail < Struct.new(
  :cloud_trail_arn,
  :regions,
  :all_regions)
  SENSITIVE = []
  include Aws::Structure
end

#cloud_trail_arnString

Specifies the ARN of the trail. The format of a trail ARN is arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail.

Returns:

  • (String)


3724
3725
3726
3727
3728
3729
3730
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 3724

class Trail < Struct.new(
  :cloud_trail_arn,
  :regions,
  :all_regions)
  SENSITIVE = []
  include Aws::Structure
end

#regionsArray<String>

A list of regions to get CloudTrail data from and analyze to generate a policy.

Returns:

  • (Array<String>)


3724
3725
3726
3727
3728
3729
3730
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 3724

class Trail < Struct.new(
  :cloud_trail_arn,
  :regions,
  :all_regions)
  SENSITIVE = []
  include Aws::Structure
end