You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreateArchiveRuleRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  analyzer_name: "Name", # required
  client_token: "String",
  filter: { # required
    "String" => {
      contains: ["String"],
      eq: ["String"],
      exists: false,
      neq: ["String"],
    },
  },
  rule_name: "Name", # required
}

Creates an archive rule.

Instance Attribute Summary collapse

Instance Attribute Details

#analyzer_nameString

The name of the created analyzer.

Returns:

  • (String)

    The name of the created analyzer.

#client_tokenString

A client token.

Returns:

  • (String)

    A client token.

#filterHash<String,Types::Criterion>

The criteria for the rule.

Returns:

#rule_nameString

The name of the rule to create.

Returns:

  • (String)

    The name of the rule to create.