Class: Aws::Types::DescribeClassificationJobResponse

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])


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


559
560
561
# File 'sig/types.rbs', line 559

def description
  @description
end

#initial_runBoolean

Returns the value of attribute initial_run.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("RUNNING", "PAUSED", "CANCELLED", "COMPLETE", "IDLE", "USER_PAUSED")


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.

Returns:

  • ("ONE_TIME", "SCHEDULED")


564
565
566
# File 'sig/types.rbs', line 564

def job_type
  @job_type
end

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

Returns:

  • (::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.

Returns:

  • (::Array[::String])


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.

Returns:

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


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.

Returns:

  • (::String)


569
570
571
# File 'sig/types.rbs', line 569

def name
  @name
end

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

Returns:

  • (::Integer)


571
572
573
# File 'sig/types.rbs', line 571

def sampling_percentage
  @sampling_percentage
end

#schedule_frequencyTypes::JobScheduleFrequency

Returns the value of attribute schedule_frequency.



572
573
574
# File 'sig/types.rbs', line 572

def schedule_frequency
  @schedule_frequency
end

#statisticsTypes::Statistics

Returns the value of attribute statistics.

Returns:



573
574
575
# File 'sig/types.rbs', line 573

def statistics
  @statistics
end

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

Returns the value of attribute tags.

Returns:

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


574
575
576
# File 'sig/types.rbs', line 574

def tags
  @tags
end

#user_paused_detailsTypes::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