Class: Aws::AccessAnalyzer::Types::CloudTrailDetails

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

Overview

Contains information about CloudTrail access.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_roleString

The ARN of the service role that IAM Access Analyzer uses to access your CloudTrail trail and service last accessed information.

Returns:

  • (String)


711
712
713
714
715
716
717
718
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 711

class CloudTrailDetails < Struct.new(
  :trails,
  :access_role,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeTime

The end of the time range for which IAM Access Analyzer reviews your CloudTrail events. Events with a timestamp after this time are not considered to generate a policy. If this is not included in the request, the default value is the current time.

Returns:

  • (Time)


711
712
713
714
715
716
717
718
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 711

class CloudTrailDetails < Struct.new(
  :trails,
  :access_role,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The start of the time range for which IAM Access Analyzer reviews your CloudTrail events. Events with a timestamp before this time are not considered to generate a policy.

Returns:

  • (Time)


711
712
713
714
715
716
717
718
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 711

class CloudTrailDetails < Struct.new(
  :trails,
  :access_role,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#trailsArray<Types::Trail>

A Trail object that contains settings for a trail.

Returns:



711
712
713
714
715
716
717
718
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 711

class CloudTrailDetails < Struct.new(
  :trails,
  :access_role,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end