Class: Aws::AccessAnalyzer::Types::CreateArchiveRuleRequest

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

Overview

Creates an archive rule.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analyzer_nameString

The name of the created analyzer.

Returns:

  • (String)


1014
1015
1016
1017
1018
1019
1020
1021
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1014

class CreateArchiveRuleRequest < 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)


1014
1015
1016
1017
1018
1019
1020
1021
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1014

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

#filterHash<String,Types::Criterion>

The criteria for the rule.

Returns:



1014
1015
1016
1017
1018
1019
1020
1021
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1014

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

#rule_nameString

The name of the rule to create.

Returns:

  • (String)


1014
1015
1016
1017
1018
1019
1020
1021
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1014

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