Class: Aws::Types::UpdateAnalyzerRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAnalyzerRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analyzer_name ⇒ ::String
Returns the value of attribute analyzer_name.
-
#configuration ⇒ Types::AnalyzerConfiguration
Returns the value of attribute configuration.
Instance Attribute Details
#analyzer_name ⇒ ::String
Returns the value of attribute analyzer_name.
1224 1225 1226 |
# File 'sig/types.rbs', line 1224 def analyzer_name @analyzer_name end |
#configuration ⇒ Types::AnalyzerConfiguration
Returns the value of attribute configuration.
1225 1226 1227 |
# File 'sig/types.rbs', line 1225 def configuration @configuration end |