Class: Aws::Types::CreateServiceLinkedAnalyzerRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

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

#configurationTypes::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