Class: Aws::AccessAnalyzer::Types::ArchiveRuleSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::ArchiveRuleSummary
- Defined in:
- gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb
Overview
Contains information about an archive rule.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The time at which the archive rule was created.
-
#filter ⇒ Hash<String,Types::Criterion>
A filter used to define the archive rule.
-
#rule_name ⇒ String
The name of the archive rule.
-
#updated_at ⇒ Time
The time at which the archive rule was last updated.
Instance Attribute Details
#created_at ⇒ Time
The time at which the archive rule was created.
551 552 553 554 555 556 557 558 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 551 class ArchiveRuleSummary < Struct.new( :rule_name, :filter, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#filter ⇒ Hash<String,Types::Criterion>
A filter used to define the archive rule.
551 552 553 554 555 556 557 558 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 551 class ArchiveRuleSummary < Struct.new( :rule_name, :filter, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#rule_name ⇒ String
The name of the archive rule.
551 552 553 554 555 556 557 558 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 551 class ArchiveRuleSummary < Struct.new( :rule_name, :filter, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The time at which the archive rule was last updated.
551 552 553 554 555 556 557 558 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 551 class ArchiveRuleSummary < Struct.new( :rule_name, :filter, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |