Class: Aws::AccessAnalyzer::Types::DeleteServiceLinkedAnalyzerRequest

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

Overview

Deletes a service-linked analyzer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analyzer_nameString

The name of the service-linked analyzer to delete. Service-linked analyzer names follow the format ‘_AccessAnalyzerForServiceName-Id`.

Returns:

  • (String)


1339
1340
1341
1342
1343
1344
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 1339

class DeleteServiceLinkedAnalyzerRequest < Struct.new(
  :analyzer_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)


1339
1340
1341
1342
1343
1344
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 1339

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