Class: Aws::AccessAnalyzer::Types::ArchiveRuleSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#created_atTime

The time at which the archive rule was created.

Returns:

  • (Time)


544
545
546
547
548
549
550
551
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 544

class ArchiveRuleSummary < Struct.new(
  :rule_name,
  :filter,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#filterHash<String,Types::Criterion>

A filter used to define the archive rule.

Returns:



544
545
546
547
548
549
550
551
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 544

class ArchiveRuleSummary < Struct.new(
  :rule_name,
  :filter,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#rule_nameString

The name of the archive rule.

Returns:

  • (String)


544
545
546
547
548
549
550
551
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 544

class ArchiveRuleSummary < Struct.new(
  :rule_name,
  :filter,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The time at which the archive rule was last updated.

Returns:

  • (Time)


544
545
546
547
548
549
550
551
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 544

class ArchiveRuleSummary < Struct.new(
  :rule_name,
  :filter,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end