Class: Aws::AccessAnalyzer::Types::ApplyArchiveRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::ApplyArchiveRuleRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-accessanalyzer/types.rb
Overview
Retroactively applies an archive rule.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analyzer_arn ⇒ String
The Amazon resource name (ARN) of the analyzer.
-
#client_token ⇒ String
A client token.
-
#rule_name ⇒ String
The name of the rule to apply.
Instance Attribute Details
#analyzer_arn ⇒ String
The Amazon resource name (ARN) of the analyzer.
523 524 525 526 527 528 529 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 523 class ApplyArchiveRuleRequest < Struct.new( :analyzer_arn, :rule_name, :client_token) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
A client token.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
523 524 525 526 527 528 529 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 523 class ApplyArchiveRuleRequest < Struct.new( :analyzer_arn, :rule_name, :client_token) SENSITIVE = [] include Aws::Structure end |
#rule_name ⇒ String
The name of the rule to apply.
523 524 525 526 527 528 529 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 523 class ApplyArchiveRuleRequest < Struct.new( :analyzer_arn, :rule_name, :client_token) SENSITIVE = [] include Aws::Structure end |