Module: Aws::Macie2::Client::_DescribeClassificationJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeClassificationJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #allow_list_ids ⇒ ::Array[::String]
- #client_token ⇒ ::String
- #created_at ⇒ ::Time
- #custom_data_identifier_ids ⇒ ::Array[::String]
- #description ⇒ ::String
- #initial_run ⇒ Boolean
- #job_arn ⇒ ::String
- #job_id ⇒ ::String
- #job_status ⇒ "RUNNING", ...
- #job_type ⇒ "ONE_TIME", "SCHEDULED"
- #last_run_error_status ⇒ Types::LastRunErrorStatus
- #last_run_time ⇒ ::Time
- #managed_data_identifier_ids ⇒ ::Array[::String]
- #managed_data_identifier_selector ⇒ "ALL", ...
- #name ⇒ ::String
- #s3_job_definition ⇒ Types::S3JobDefinition
- #sampling_percentage ⇒ ::Integer
- #schedule_frequency ⇒ Types::JobScheduleFrequency
- #statistics ⇒ Types::Statistics
- #tags ⇒ ::Hash[::String, ::String]
- #user_paused_details ⇒ Types::UserPausedDetails
Instance Method Details
#allow_list_ids ⇒ ::Array[::String]
345 |
# File 'sig/client.rbs', line 345
def allow_list_ids: () -> ::Array[::String]
|
#client_token ⇒ ::String
346 |
# File 'sig/client.rbs', line 346
def client_token: () -> ::String
|
#created_at ⇒ ::Time
347 |
# File 'sig/client.rbs', line 347
def created_at: () -> ::Time
|
#custom_data_identifier_ids ⇒ ::Array[::String]
348 |
# File 'sig/client.rbs', line 348
def custom_data_identifier_ids: () -> ::Array[::String]
|
#description ⇒ ::String
349 |
# File 'sig/client.rbs', line 349
def description: () -> ::String
|
#initial_run ⇒ Boolean
350 |
# File 'sig/client.rbs', line 350
def initial_run: () -> bool
|
#job_arn ⇒ ::String
351 |
# File 'sig/client.rbs', line 351
def job_arn: () -> ::String
|
#job_id ⇒ ::String
352 |
# File 'sig/client.rbs', line 352
def job_id: () -> ::String
|
#job_status ⇒ "RUNNING", ...
353 |
# File 'sig/client.rbs', line 353
def job_status: () -> ("RUNNING" | "PAUSED" | "CANCELLED" | "COMPLETE" | "IDLE" | "USER_PAUSED")
|
#job_type ⇒ "ONE_TIME", "SCHEDULED"
354 |
# File 'sig/client.rbs', line 354
def job_type: () -> ("ONE_TIME" | "SCHEDULED")
|
#last_run_error_status ⇒ Types::LastRunErrorStatus
355 |
# File 'sig/client.rbs', line 355
def last_run_error_status: () -> Types::LastRunErrorStatus
|
#last_run_time ⇒ ::Time
356 |
# File 'sig/client.rbs', line 356
def last_run_time: () -> ::Time
|
#managed_data_identifier_ids ⇒ ::Array[::String]
357 |
# File 'sig/client.rbs', line 357
def managed_data_identifier_ids: () -> ::Array[::String]
|
#managed_data_identifier_selector ⇒ "ALL", ...
358 |
# File 'sig/client.rbs', line 358
def managed_data_identifier_selector: () -> ("ALL" | "EXCLUDE" | "INCLUDE" | "NONE" | "RECOMMENDED")
|
#name ⇒ ::String
359 |
# File 'sig/client.rbs', line 359
def name: () -> ::String
|
#s3_job_definition ⇒ Types::S3JobDefinition
360 |
# File 'sig/client.rbs', line 360
def s3_job_definition: () -> Types::S3JobDefinition
|
#sampling_percentage ⇒ ::Integer
361 |
# File 'sig/client.rbs', line 361
def sampling_percentage: () -> ::Integer
|
#schedule_frequency ⇒ Types::JobScheduleFrequency
362 |
# File 'sig/client.rbs', line 362
def schedule_frequency: () -> Types::JobScheduleFrequency
|
#statistics ⇒ Types::Statistics
363 |
# File 'sig/client.rbs', line 363
def statistics: () -> Types::Statistics
|
#tags ⇒ ::Hash[::String, ::String]
364 |
# File 'sig/client.rbs', line 364
def tags: () -> ::Hash[::String, ::String]
|
#user_paused_details ⇒ Types::UserPausedDetails
365 |
# File 'sig/client.rbs', line 365
def user_paused_details: () -> Types::UserPausedDetails
|