class Aws::AccessAnalyzer::Types::AnalyzerSummary
Contains information about the analyzer.
@!attribute [rw] arn
The ARN of the analyzer. @return [String]
@!attribute [rw] created_at
A timestamp for the time at which the analyzer was created. @return [Time]
@!attribute [rw] last_resource_analyzed
The resource that was most recently analyzed by the analyzer. @return [String]
@!attribute [rw] last_resource_analyzed_at
The time at which the most recently analyzed resource was analyzed. @return [Time]
@!attribute [rw] name
The name of the analyzer. @return [String]
@!attribute [rw] status
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. @return [String]
@!attribute [rw] status_reason
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. @return [Types::StatusReason]
@!attribute [rw] tags
The tags added to the analyzer. @return [Hash<String,String>]
@!attribute [rw] type
The type of analyzer, which corresponds to the zone of trust chosen for the analyzer. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/accessanalyzer-2019-11-01/AnalyzerSummary AWS API Documentation
Constants
- SENSITIVE