Class: Aws::AccessAnalyzer::Types::AnalyzerSummary

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

Overview

Contains information about the analyzer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the analyzer.

Returns:

  • (String)


482
483
484
485
486
487
488
489
490
491
492
493
494
495
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 482

class AnalyzerSummary < Struct.new(
  :arn,
  :name,
  :type,
  :created_at,
  :last_resource_analyzed,
  :last_resource_analyzed_at,
  :tags,
  :status,
  :status_reason,
  :configuration)
  SENSITIVE = []
  include Aws::Structure
end

#configurationTypes::AnalyzerConfiguration

Specifies whether the analyzer is an external access or unused access analyzer.



482
483
484
485
486
487
488
489
490
491
492
493
494
495
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 482

class AnalyzerSummary < Struct.new(
  :arn,
  :name,
  :type,
  :created_at,
  :last_resource_analyzed,
  :last_resource_analyzed_at,
  :tags,
  :status,
  :status_reason,
  :configuration)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

A timestamp for the time at which the analyzer was created.

Returns:

  • (Time)


482
483
484
485
486
487
488
489
490
491
492
493
494
495
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 482

class AnalyzerSummary < Struct.new(
  :arn,
  :name,
  :type,
  :created_at,
  :last_resource_analyzed,
  :last_resource_analyzed_at,
  :tags,
  :status,
  :status_reason,
  :configuration)
  SENSITIVE = []
  include Aws::Structure
end

#last_resource_analyzedString

The resource that was most recently analyzed by the analyzer.

Returns:

  • (String)


482
483
484
485
486
487
488
489
490
491
492
493
494
495
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 482

class AnalyzerSummary < Struct.new(
  :arn,
  :name,
  :type,
  :created_at,
  :last_resource_analyzed,
  :last_resource_analyzed_at,
  :tags,
  :status,
  :status_reason,
  :configuration)
  SENSITIVE = []
  include Aws::Structure
end

#last_resource_analyzed_atTime

The time at which the most recently analyzed resource was analyzed.

Returns:

  • (Time)


482
483
484
485
486
487
488
489
490
491
492
493
494
495
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 482

class AnalyzerSummary < Struct.new(
  :arn,
  :name,
  :type,
  :created_at,
  :last_resource_analyzed,
  :last_resource_analyzed_at,
  :tags,
  :status,
  :status_reason,
  :configuration)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the analyzer.

Returns:

  • (String)


482
483
484
485
486
487
488
489
490
491
492
493
494
495
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 482

class AnalyzerSummary < Struct.new(
  :arn,
  :name,
  :type,
  :created_at,
  :last_resource_analyzed,
  :last_resource_analyzed_at,
  :tags,
  :status,
  :status_reason,
  :configuration)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the analyzer. An Active analyzer successfully monitors supported resources and generates new findings. The analyzer is Disabled when a user action, such as removing trusted access for Identity and Access Management Access Analyzer from Organizations, causes the analyzer to stop generating new findings. The status is Creating when the analyzer creation is in progress and Failed when the analyzer creation has failed.

Returns:

  • (String)


482
483
484
485
486
487
488
489
490
491
492
493
494
495
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 482

class AnalyzerSummary < Struct.new(
  :arn,
  :name,
  :type,
  :created_at,
  :last_resource_analyzed,
  :last_resource_analyzed_at,
  :tags,
  :status,
  :status_reason,
  :configuration)
  SENSITIVE = []
  include Aws::Structure
end

#status_reasonTypes::StatusReason

The statusReason provides more details about the current status of the analyzer. For example, if the creation for the analyzer fails, a Failed status is returned. For an analyzer with organization as the type, this failure can be due to an issue with creating the service-linked roles required in the member accounts of the Amazon Web Services organization.

Returns:



482
483
484
485
486
487
488
489
490
491
492
493
494
495
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 482

class AnalyzerSummary < Struct.new(
  :arn,
  :name,
  :type,
  :created_at,
  :last_resource_analyzed,
  :last_resource_analyzed_at,
  :tags,
  :status,
  :status_reason,
  :configuration)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags added to the analyzer.

Returns:

  • (Hash<String,String>)


482
483
484
485
486
487
488
489
490
491
492
493
494
495
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 482

class AnalyzerSummary < Struct.new(
  :arn,
  :name,
  :type,
  :created_at,
  :last_resource_analyzed,
  :last_resource_analyzed_at,
  :tags,
  :status,
  :status_reason,
  :configuration)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of analyzer, which corresponds to the zone of trust chosen for the analyzer.

Returns:

  • (String)


482
483
484
485
486
487
488
489
490
491
492
493
494
495
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 482

class AnalyzerSummary < Struct.new(
  :arn,
  :name,
  :type,
  :created_at,
  :last_resource_analyzed,
  :last_resource_analyzed_at,
  :tags,
  :status,
  :status_reason,
  :configuration)
  SENSITIVE = []
  include Aws::Structure
end