Class: Aws::Types::CreateClassificationJobRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allow_list_ids::Array[::String]

Returns the value of attribute allow_list_ids.

Returns:

  • (::Array[::String])


339
340
341
# File 'sig/types.rbs', line 339

def allow_list_ids
  @allow_list_ids
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


340
341
342
# File 'sig/types.rbs', line 340

def client_token
  @client_token
end

#custom_data_identifier_ids::Array[::String]

Returns the value of attribute custom_data_identifier_ids.

Returns:

  • (::Array[::String])


341
342
343
# File 'sig/types.rbs', line 341

def custom_data_identifier_ids
  @custom_data_identifier_ids
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


342
343
344
# File 'sig/types.rbs', line 342

def description
  @description
end

#initial_runBoolean

Returns the value of attribute initial_run.

Returns:

  • (Boolean)


343
344
345
# File 'sig/types.rbs', line 343

def initial_run
  @initial_run
end

#job_type"ONE_TIME", "SCHEDULED"

Returns the value of attribute job_type.

Returns:

  • ("ONE_TIME", "SCHEDULED")


344
345
346
# File 'sig/types.rbs', line 344

def job_type
  @job_type
end

#managed_data_identifier_ids::Array[::String]

Returns the value of attribute managed_data_identifier_ids.

Returns:

  • (::Array[::String])


345
346
347
# File 'sig/types.rbs', line 345

def managed_data_identifier_ids
  @managed_data_identifier_ids
end

#managed_data_identifier_selector"ALL", ...

Returns the value of attribute managed_data_identifier_selector.

Returns:

  • ("ALL", "EXCLUDE", "INCLUDE", "NONE", "RECOMMENDED")


346
347
348
# File 'sig/types.rbs', line 346

def managed_data_identifier_selector
  @managed_data_identifier_selector
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


347
348
349
# File 'sig/types.rbs', line 347

def name
  @name
end

#s3_job_definitionTypes::S3JobDefinition

Returns the value of attribute s3_job_definition.



348
349
350
# File 'sig/types.rbs', line 348

def s3_job_definition
  @s3_job_definition
end

#sampling_percentage::Integer

Returns the value of attribute sampling_percentage.

Returns:

  • (::Integer)


349
350
351
# File 'sig/types.rbs', line 349

def sampling_percentage
  @sampling_percentage
end

#schedule_frequencyTypes::JobScheduleFrequency

Returns the value of attribute schedule_frequency.



350
351
352
# File 'sig/types.rbs', line 350

def schedule_frequency
  @schedule_frequency
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


351
352
353
# File 'sig/types.rbs', line 351

def tags
  @tags
end