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)


495
496
497
498
499
500
501
502
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 495

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:



495
496
497
498
499
500
501
502
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 495

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)


495
496
497
498
499
500
501
502
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 495

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)


495
496
497
498
499
500
501
502
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 495

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