Class: Aws::AccessAnalyzer::Types::CreateArchiveRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::CreateArchiveRuleRequest
- 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
-
#analyzer_name ⇒ String
The name of the created analyzer.
-
#client_token ⇒ String
A client token.
-
#filter ⇒ Hash<String,Types::Criterion>
The criteria for the rule.
-
#rule_name ⇒ String
The name of the rule to create.
Instance Attribute Details
#analyzer_name ⇒ String
The name of the created analyzer.
1141 1142 1143 1144 1145 1146 1147 1148 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1141 class CreateArchiveRuleRequest < Struct.new( :analyzer_name, :rule_name, :filter, :client_token) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
A client token.
A suitable default value is auto-generated. You should normally not need to pass this option.
1141 1142 1143 1144 1145 1146 1147 1148 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1141 class CreateArchiveRuleRequest < Struct.new( :analyzer_name, :rule_name, :filter, :client_token) SENSITIVE = [] include Aws::Structure end |
#filter ⇒ Hash<String,Types::Criterion>
The criteria for the rule.
1141 1142 1143 1144 1145 1146 1147 1148 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1141 class CreateArchiveRuleRequest < Struct.new( :analyzer_name, :rule_name, :filter, :client_token) SENSITIVE = [] include Aws::Structure end |
#rule_name ⇒ String
The name of the rule to create.
1141 1142 1143 1144 1145 1146 1147 1148 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1141 class CreateArchiveRuleRequest < Struct.new( :analyzer_name, :rule_name, :filter, :client_token) SENSITIVE = [] include Aws::Structure end |