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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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_nameString

The name of the rule to retrieve.

Returns:

  • (String)


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