Class: Aws::AccessAnalyzer::Types::ApplyArchiveRuleRequest

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

Overview

Retroactively applies an archive rule.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analyzer_arnString

The Amazon resource name (ARN) of the analyzer.

Returns:

  • (String)


523
524
525
526
527
528
529
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 523

class ApplyArchiveRuleRequest < Struct.new(
  :analyzer_arn,
  :rule_name,
  :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)


523
524
525
526
527
528
529
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 523

class ApplyArchiveRuleRequest < Struct.new(
  :analyzer_arn,
  :rule_name,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#rule_nameString

The name of the rule to apply.

Returns:

  • (String)


523
524
525
526
527
528
529
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 523

class ApplyArchiveRuleRequest < Struct.new(
  :analyzer_arn,
  :rule_name,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end