Class: Aws::AccessAnalyzer::Types::DeleteAnalyzerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::DeleteAnalyzerRequest
- Defined in:
- gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb
Overview
Deletes an analyzer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analyzer_name ⇒ String
The name of the analyzer to delete.
-
#client_token ⇒ String
A client token.
Instance Attribute Details
#analyzer_name ⇒ String
The name of the analyzer to delete.
1139 1140 1141 1142 1143 1144 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1139 class DeleteAnalyzerRequest < Struct.new( :analyzer_name, :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.
1139 1140 1141 1142 1143 1144 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1139 class DeleteAnalyzerRequest < Struct.new( :analyzer_name, :client_token) SENSITIVE = [] include Aws::Structure end |