Class: Aws::AccessAnalyzer::Types::GetArchiveRuleResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-accessanalyzer/types.rb

Overview

The response to the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#archive_ruleTypes::ArchiveRuleSummary

Contains information about an archive rule.



1972
1973
1974
1975
1976
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 1972

class GetArchiveRuleResponse < Struct.new(
  :archive_rule)
  SENSITIVE = []
  include Aws::Structure
end