Class: Aws::Types::JobSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_criteriaTypes::S3BucketCriteriaForJob

Returns the value of attribute bucket_criteria.



1101
1102
1103
# File 'sig/types.rbs', line 1101

def bucket_criteria
  @bucket_criteria
end

#bucket_definitions::Array[Types::S3BucketDefinitionForJob]

Returns the value of attribute bucket_definitions.

Returns:



1102
1103
1104
# File 'sig/types.rbs', line 1102

def bucket_definitions
  @bucket_definitions
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1103
1104
1105
# File 'sig/types.rbs', line 1103

def created_at
  @created_at
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


1104
1105
1106
# File 'sig/types.rbs', line 1104

def job_id
  @job_id
end

#job_status"RUNNING", ...

Returns the value of attribute job_status.

Returns:

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


1105
1106
1107
# File 'sig/types.rbs', line 1105

def job_status
  @job_status
end

#job_type"ONE_TIME", "SCHEDULED"

Returns the value of attribute job_type.

Returns:

  • ("ONE_TIME", "SCHEDULED")


1106
1107
1108
# File 'sig/types.rbs', line 1106

def job_type
  @job_type
end

#last_run_error_statusTypes::LastRunErrorStatus

Returns the value of attribute last_run_error_status.



1107
1108
1109
# File 'sig/types.rbs', line 1107

def last_run_error_status
  @last_run_error_status
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1108
1109
1110
# File 'sig/types.rbs', line 1108

def name
  @name
end

#user_paused_detailsTypes::UserPausedDetails

Returns the value of attribute user_paused_details.



1109
1110
1111
# File 'sig/types.rbs', line 1109

def user_paused_details
  @user_paused_details
end