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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-accessanalyzer/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)


516
517
518
519
520
521
522
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 516

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)


516
517
518
519
520
521
522
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 516

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)


516
517
518
519
520
521
522
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 516

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