class Aws::AccessAnalyzer::Types::ApplyArchiveRuleRequest

Retroactively applies an archive rule.

@note When making an API call, you may pass ApplyArchiveRuleRequest

data as a hash:

    {
      analyzer_arn: "AnalyzerArn", # required
      client_token: "String",
      rule_name: "Name", # required
    }

@!attribute [rw] analyzer_arn

The Amazon resource name (ARN) of the analyzer.
@return [String]

@!attribute [rw] client_token

A client token.

**A suitable default value is auto-generated.** You should normally
not need to pass this option.
@return [String]

@!attribute [rw] rule_name

The name of the rule to apply.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/accessanalyzer-2019-11-01/ApplyArchiveRuleRequest AWS API Documentation

Constants

SENSITIVE