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.
1204 1205 1206 1207 1208 1209 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1204 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.
1204 1205 1206 1207 1208 1209 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1204 class DeleteAnalyzerRequest < Struct.new( :analyzer_name, :client_token) SENSITIVE = [] include Aws::Structure end |