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
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.
2040 2041 2042 2043 2044 2045 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2040 class GetArchiveRuleRequest < Struct.new( :analyzer_name, :rule_name) SENSITIVE = [] include Aws::Structure end |
#rule_name ⇒ String
The name of the rule to retrieve.
2040 2041 2042 2043 2044 2045 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2040 class GetArchiveRuleRequest < Struct.new( :analyzer_name, :rule_name) SENSITIVE = [] include Aws::Structure end |