Class: Aws::Types::CreateClassificationJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateClassificationJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_list_ids ⇒ ::Array[::String]
Returns the value of attribute allow_list_ids.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#custom_data_identifier_ids ⇒ ::Array[::String]
Returns the value of attribute custom_data_identifier_ids.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#initial_run ⇒ Boolean
Returns the value of attribute initial_run.
-
#job_type ⇒ "ONE_TIME", "SCHEDULED"
Returns the value of attribute job_type.
-
#managed_data_identifier_ids ⇒ ::Array[::String]
Returns the value of attribute managed_data_identifier_ids.
-
#managed_data_identifier_selector ⇒ "ALL", ...
Returns the value of attribute managed_data_identifier_selector.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#s3_job_definition ⇒ Types::S3JobDefinition
Returns the value of attribute s3_job_definition.
-
#sampling_percentage ⇒ ::Integer
Returns the value of attribute sampling_percentage.
-
#schedule_frequency ⇒ Types::JobScheduleFrequency
Returns the value of attribute schedule_frequency.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#allow_list_ids ⇒ ::Array[::String]
Returns the value of attribute allow_list_ids.
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.
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.
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.
342 343 344 |
# File 'sig/types.rbs', line 342 def description @description end |
#initial_run ⇒ Boolean
Returns the value of attribute initial_run.
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.
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.
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.
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.
347 348 349 |
# File 'sig/types.rbs', line 347 def name @name end |
#s3_job_definition ⇒ Types::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.
349 350 351 |
# File 'sig/types.rbs', line 349 def sampling_percentage @sampling_percentage end |
#schedule_frequency ⇒ Types::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.
351 352 353 |
# File 'sig/types.rbs', line 351 def @tags end |