Class: Aws::Types::CreateAnalyzerRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAnalyzerRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analyzer_name ⇒ ::String
Returns the value of attribute analyzer_name.
-
#archive_rules ⇒ ::Array[Types::InlineArchiveRule]
Returns the value of attribute archive_rules.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#configuration ⇒ Types::AnalyzerConfiguration
Returns the value of attribute configuration.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#type ⇒ "ACCOUNT", ...
Returns the value of attribute type.
Instance Attribute Details
#analyzer_name ⇒ ::String
Returns the value of attribute analyzer_name.
291 292 293 |
# File 'sig/types.rbs', line 291 def analyzer_name @analyzer_name end |
#archive_rules ⇒ ::Array[Types::InlineArchiveRule]
Returns the value of attribute archive_rules.
293 294 295 |
# File 'sig/types.rbs', line 293 def archive_rules @archive_rules end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
295 296 297 |
# File 'sig/types.rbs', line 295 def client_token @client_token end |
#configuration ⇒ Types::AnalyzerConfiguration
Returns the value of attribute configuration.
296 297 298 |
# File 'sig/types.rbs', line 296 def configuration @configuration end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
294 295 296 |
# File 'sig/types.rbs', line 294 def end |
#type ⇒ "ACCOUNT", ...
Returns the value of attribute type.
292 293 294 |
# File 'sig/types.rbs', line 292 def type @type end |