Class: Aws::AccessAnalyzer::Types::GetArchiveRuleRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#analyzer_nameString

The name of the analyzer to retrieve rules from.

Returns:

  • (String)


1873
1874
1875
1876
1877
1878
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1873

class GetArchiveRuleRequest < Struct.new(
  :analyzer_name,
  :rule_name)
  SENSITIVE = []
  include Aws::Structure
end

#rule_nameString

The name of the rule to retrieve.

Returns:

  • (String)


1873
1874
1875
1876
1877
1878
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1873

class GetArchiveRuleRequest < Struct.new(
  :analyzer_name,
  :rule_name)
  SENSITIVE = []
  include Aws::Structure
end