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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-accessanalyzer/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.



1888
1889
1890
1891
1892
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1888

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