Class: Aws::AccessAnalyzer::Types::DeleteArchiveRuleRequest

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

Overview

Deletes an archive rule.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analyzer_nameString

The name of the analyzer that associated with the archive rule to delete.

Returns:

  • (String)


1104
1105
1106
1107
1108
1109
1110
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1104

class DeleteArchiveRuleRequest < Struct.new(
  :analyzer_name,
  :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)


1104
1105
1106
1107
1108
1109
1110
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1104

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

#rule_nameString

The name of the rule to delete.

Returns:

  • (String)


1104
1105
1106
1107
1108
1109
1110
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1104

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