Class: Aws::AccessAnalyzer::Types::GetArchiveRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::GetArchiveRuleRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-accessanalyzer/types.rb
Overview
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.
1957 1958 1959 1960 1961 1962 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 1957 class GetArchiveRuleRequest < Struct.new( :analyzer_name, :rule_name) SENSITIVE = [] include Aws::Structure end |
#rule_name ⇒ String
The name of the rule to retrieve.
1957 1958 1959 1960 1961 1962 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 1957 class GetArchiveRuleRequest < Struct.new( :analyzer_name, :rule_name) SENSITIVE = [] include Aws::Structure end |