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.
504 505 506 507 508 509 510 511 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 504 class ArchiveRuleSummary < Struct.new( :created_at, :filter, :rule_name, :updated_at) SENSITIVE = [] include Aws::Structure end |
#filter ⇒ Hash<String,Types::Criterion>
A filter used to define the archive rule.
504 505 506 507 508 509 510 511 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 504 class ArchiveRuleSummary < Struct.new( :created_at, :filter, :rule_name, :updated_at) SENSITIVE = [] include Aws::Structure end |
#rule_name ⇒ String
The name of the archive rule.
504 505 506 507 508 509 510 511 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 504 class ArchiveRuleSummary < Struct.new( :created_at, :filter, :rule_name, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The time at which the archive rule was last updated.
504 505 506 507 508 509 510 511 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 504 class ArchiveRuleSummary < Struct.new( :created_at, :filter, :rule_name, :updated_at) SENSITIVE = [] include Aws::Structure end |