Class: Aws::AccessAnalyzer::Types::JobDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb

Overview

Contains details about the policy generation request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#completed_onTime

A timestamp of when the job was completed.

Returns:

  • (Time)


2202
2203
2204
2205
2206
2207
2208
2209
2210
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2202

class JobDetails < Struct.new(
  :job_id,
  :status,
  :started_on,
  :completed_on,
  :job_error)
  SENSITIVE = []
  include Aws::Structure
end

#job_errorTypes::JobError

The job error for the policy generation request.

Returns:



2202
2203
2204
2205
2206
2207
2208
2209
2210
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2202

class JobDetails < Struct.new(
  :job_id,
  :status,
  :started_on,
  :completed_on,
  :job_error)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

The JobId that is returned by the StartPolicyGeneration operation. The JobId can be used with GetGeneratedPolicy to retrieve the generated policies or used with CancelPolicyGeneration to cancel the policy generation request.

Returns:

  • (String)


2202
2203
2204
2205
2206
2207
2208
2209
2210
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2202

class JobDetails < Struct.new(
  :job_id,
  :status,
  :started_on,
  :completed_on,
  :job_error)
  SENSITIVE = []
  include Aws::Structure
end

#started_onTime

A timestamp of when the job was started.

Returns:

  • (Time)


2202
2203
2204
2205
2206
2207
2208
2209
2210
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2202

class JobDetails < Struct.new(
  :job_id,
  :status,
  :started_on,
  :completed_on,
  :job_error)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the job request.

Returns:

  • (String)


2202
2203
2204
2205
2206
2207
2208
2209
2210
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2202

class JobDetails < Struct.new(
  :job_id,
  :status,
  :started_on,
  :completed_on,
  :job_error)
  SENSITIVE = []
  include Aws::Structure
end