Class: Aws::Types::CreateAnalyzerRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analyzer_name::String

Returns the value of attribute analyzer_name.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::String)


295
296
297
# File 'sig/types.rbs', line 295

def client_token
  @client_token
end

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

Returns:

  • (::Hash[::String, ::String])


294
295
296
# File 'sig/types.rbs', line 294

def tags
  @tags
end

#type"ACCOUNT", ...

Returns the value of attribute type.

Returns:

  • ("ACCOUNT", "ORGANIZATION", "ACCOUNT_UNUSED_ACCESS", "ORGANIZATION_UNUSED_ACCESS", "ACCOUNT_INTERNAL_ACCESS", "ORGANIZATION_INTERNAL_ACCESS")


292
293
294
# File 'sig/types.rbs', line 292

def type
  @type
end