Class: Aws::AccessAnalyzer::Types::ApplyArchiveRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::ApplyArchiveRuleRequest
- Defined in:
- gems/aws-sdk-accessanalyzer/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.
580 581 582 583 584 585 586 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 580 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.
580 581 582 583 584 585 586 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 580 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.
580 581 582 583 584 585 586 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 580 class ApplyArchiveRuleRequest < Struct.new( :analyzer_arn, :rule_name, :client_token) SENSITIVE = [] include Aws::Structure end |