Class: Aws::Types::DescribeClassificationJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeClassificationJobResponse
- 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.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#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_arn ⇒ ::String
Returns the value of attribute job_arn.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#job_status ⇒ "RUNNING", ...
Returns the value of attribute job_status.
-
#job_type ⇒ "ONE_TIME", "SCHEDULED"
Returns the value of attribute job_type.
-
#last_run_error_status ⇒ Types::LastRunErrorStatus
Returns the value of attribute last_run_error_status.
-
#last_run_time ⇒ ::Time
Returns the value of attribute last_run_time.
-
#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.
-
#statistics ⇒ Types::Statistics
Returns the value of attribute statistics.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#user_paused_details ⇒ Types::UserPausedDetails
Returns the value of attribute user_paused_details.
Instance Attribute Details
#allow_list_ids ⇒ ::Array[::String]
Returns the value of attribute allow_list_ids.
555 556 557 |
# File 'sig/types.rbs', line 555 def allow_list_ids @allow_list_ids end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
556 557 558 |
# File 'sig/types.rbs', line 556 def client_token @client_token end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
557 558 559 |
# File 'sig/types.rbs', line 557 def created_at @created_at end |
#custom_data_identifier_ids ⇒ ::Array[::String]
Returns the value of attribute custom_data_identifier_ids.
558 559 560 |
# File 'sig/types.rbs', line 558 def custom_data_identifier_ids @custom_data_identifier_ids end |
#description ⇒ ::String
Returns the value of attribute description.
559 560 561 |
# File 'sig/types.rbs', line 559 def description @description end |
#initial_run ⇒ Boolean
Returns the value of attribute initial_run.
560 561 562 |
# File 'sig/types.rbs', line 560 def initial_run @initial_run end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
561 562 563 |
# File 'sig/types.rbs', line 561 def job_arn @job_arn end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
562 563 564 |
# File 'sig/types.rbs', line 562 def job_id @job_id end |
#job_status ⇒ "RUNNING", ...
Returns the value of attribute job_status.
563 564 565 |
# File 'sig/types.rbs', line 563 def job_status @job_status end |
#job_type ⇒ "ONE_TIME", "SCHEDULED"
Returns the value of attribute job_type.
564 565 566 |
# File 'sig/types.rbs', line 564 def job_type @job_type end |
#last_run_error_status ⇒ Types::LastRunErrorStatus
Returns the value of attribute last_run_error_status.
565 566 567 |
# File 'sig/types.rbs', line 565 def last_run_error_status @last_run_error_status end |
#last_run_time ⇒ ::Time
Returns the value of attribute last_run_time.
566 567 568 |
# File 'sig/types.rbs', line 566 def last_run_time @last_run_time end |
#managed_data_identifier_ids ⇒ ::Array[::String]
Returns the value of attribute managed_data_identifier_ids.
567 568 569 |
# File 'sig/types.rbs', line 567 def managed_data_identifier_ids @managed_data_identifier_ids end |
#managed_data_identifier_selector ⇒ "ALL", ...
Returns the value of attribute managed_data_identifier_selector.
568 569 570 |
# File 'sig/types.rbs', line 568 def managed_data_identifier_selector @managed_data_identifier_selector end |
#name ⇒ ::String
Returns the value of attribute name.
569 570 571 |
# File 'sig/types.rbs', line 569 def name @name end |
#s3_job_definition ⇒ Types::S3JobDefinition
Returns the value of attribute s3_job_definition.
570 571 572 |
# File 'sig/types.rbs', line 570 def s3_job_definition @s3_job_definition end |
#sampling_percentage ⇒ ::Integer
Returns the value of attribute sampling_percentage.
571 572 573 |
# File 'sig/types.rbs', line 571 def sampling_percentage @sampling_percentage end |
#schedule_frequency ⇒ Types::JobScheduleFrequency
Returns the value of attribute schedule_frequency.
572 573 574 |
# File 'sig/types.rbs', line 572 def schedule_frequency @schedule_frequency end |
#statistics ⇒ Types::Statistics
Returns the value of attribute statistics.
573 574 575 |
# File 'sig/types.rbs', line 573 def statistics @statistics end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
574 575 576 |
# File 'sig/types.rbs', line 574 def @tags end |
#user_paused_details ⇒ Types::UserPausedDetails
Returns the value of attribute user_paused_details.
575 576 577 |
# File 'sig/types.rbs', line 575 def user_paused_details @user_paused_details end |