Class: Aws::AccessAnalyzer::Types::GetArchiveRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::GetArchiveRuleRequest
- Defined in:
- gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb
Overview
Note:
When making an API call, you may pass GetArchiveRuleRequest data as a hash:
{
analyzer_name: "Name", # required
rule_name: "Name", # required
}
Retrieves an archive rule.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analyzer_name ⇒ String
The name of the analyzer to retrieve rules from.
-
#rule_name ⇒ String
The name of the rule to retrieve.
Instance Attribute Details
#analyzer_name ⇒ String
The name of the analyzer to retrieve rules from.
1478 1479 1480 1481 1482 1483 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1478 class GetArchiveRuleRequest < Struct.new( :analyzer_name, :rule_name) SENSITIVE = [] include Aws::Structure end |
#rule_name ⇒ String
The name of the rule to retrieve.
1478 1479 1480 1481 1482 1483 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1478 class GetArchiveRuleRequest < Struct.new( :analyzer_name, :rule_name) SENSITIVE = [] include Aws::Structure end |