Class: Aws::Types::DeleteServiceLinkedAnalyzerRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteServiceLinkedAnalyzerRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analyzer_name ⇒ ::String
Returns the value of attribute analyzer_name.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
Instance Attribute Details
#analyzer_name ⇒ ::String
Returns the value of attribute analyzer_name.
348 349 350 |
# File 'sig/types.rbs', line 348 def analyzer_name @analyzer_name end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
349 350 351 |
# File 'sig/types.rbs', line 349 def client_token @client_token end |