Class: Aws::AccessAnalyzer::Types::DeleteArchiveRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::DeleteArchiveRuleRequest
- Defined in:
- gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb
Overview
Deletes an archive rule.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analyzer_name ⇒ String
The name of the analyzer that associated with the archive rule to delete.
-
#client_token ⇒ String
A client token.
-
#rule_name ⇒ String
The name of the rule to delete.
Instance Attribute Details
#analyzer_name ⇒ String
The name of the analyzer that associated with the archive rule to delete.
1231 1232 1233 1234 1235 1236 1237 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1231 class DeleteArchiveRuleRequest < Struct.new( :analyzer_name, :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.
1231 1232 1233 1234 1235 1236 1237 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1231 class DeleteArchiveRuleRequest < Struct.new( :analyzer_name, :rule_name, :client_token) SENSITIVE = [] include Aws::Structure end |
#rule_name ⇒ String
The name of the rule to delete.
1231 1232 1233 1234 1235 1236 1237 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1231 class DeleteArchiveRuleRequest < Struct.new( :analyzer_name, :rule_name, :client_token) SENSITIVE = [] include Aws::Structure end |