Class: Aws::Types::CreateServiceLinkedAnalyzerRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateServiceLinkedAnalyzerRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#type ⇒ "ACCOUNT", ...
Returns the value of attribute type.
Instance Attribute Details
#archive_rules ⇒ ::Array[Types::InlineArchiveRule]
Returns the value of attribute archive_rules.
315 316 317 |
# File 'sig/types.rbs', line 315 def archive_rules @archive_rules end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
316 317 318 |
# File 'sig/types.rbs', line 316 def client_token @client_token end |
#configuration ⇒ Types::AnalyzerConfiguration
Returns the value of attribute configuration.
317 318 319 |
# File 'sig/types.rbs', line 317 def configuration @configuration end |
#type ⇒ "ACCOUNT", ...
Returns the value of attribute type.
314 315 316 |
# File 'sig/types.rbs', line 314 def type @type end |