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
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
}
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.
476 477 478 479 480 481 482 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 476 class ApplyArchiveRuleRequest < Struct.new( :analyzer_arn, :client_token, :rule_name) 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.
476 477 478 479 480 481 482 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 476 class ApplyArchiveRuleRequest < Struct.new( :analyzer_arn, :client_token, :rule_name) SENSITIVE = [] include Aws::Structure end |
#rule_name ⇒ String
The name of the rule to apply.
476 477 478 479 480 481 482 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 476 class ApplyArchiveRuleRequest < Struct.new( :analyzer_arn, :client_token, :rule_name) SENSITIVE = [] include Aws::Structure end |