Class: Aws::AccessAnalyzer::Types::UpdateArchiveRuleRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb

Overview

Updates the specified archive rule.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analyzer_nameString

The name of the analyzer to update the archive rules for.

Returns:

  • (String)


3970
3971
3972
3973
3974
3975
3976
3977
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 3970

class UpdateArchiveRuleRequest < Struct.new(
  :analyzer_name,
  :rule_name,
  :filter,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#client_tokenString

A client token.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


3970
3971
3972
3973
3974
3975
3976
3977
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 3970

class UpdateArchiveRuleRequest < Struct.new(
  :analyzer_name,
  :rule_name,
  :filter,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#filterHash<String,Types::Criterion>

A filter to match for the rules to update. Only rules that match the filter are updated.

Returns:



3970
3971
3972
3973
3974
3975
3976
3977
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 3970

class UpdateArchiveRuleRequest < Struct.new(
  :analyzer_name,
  :rule_name,
  :filter,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#rule_nameString

The name of the rule to update.

Returns:

  • (String)


3970
3971
3972
3973
3974
3975
3976
3977
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 3970

class UpdateArchiveRuleRequest < Struct.new(
  :analyzer_name,
  :rule_name,
  :filter,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end