Class: Aws::Mgn::Types::Job

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mgn/types.rb

Overview

Job.

Constant Summary collapse

SENSITIVE =
[:tags]

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ String

the ARN of the specific Job.

Returns:

  • (String)


2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
# File 'lib/aws-sdk-mgn/types.rb', line 2136

class Job < Struct.new(
  :job_id,
  :arn,
  :type,
  :initiated_by,
  :creation_date_time,
  :end_date_time,
  :status,
  :participating_servers,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#creation_date_time ⇒ String

Job creation time.

Returns:

  • (String)


2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
# File 'lib/aws-sdk-mgn/types.rb', line 2136

class Job < Struct.new(
  :job_id,
  :arn,
  :type,
  :initiated_by,
  :creation_date_time,
  :end_date_time,
  :status,
  :participating_servers,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#end_date_time ⇒ String

Job end time.

Returns:

  • (String)


2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
# File 'lib/aws-sdk-mgn/types.rb', line 2136

class Job < Struct.new(
  :job_id,
  :arn,
  :type,
  :initiated_by,
  :creation_date_time,
  :end_date_time,
  :status,
  :participating_servers,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#initiated_by ⇒ String

Job initiated by field.

Returns:

  • (String)


2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
# File 'lib/aws-sdk-mgn/types.rb', line 2136

class Job < Struct.new(
  :job_id,
  :arn,
  :type,
  :initiated_by,
  :creation_date_time,
  :end_date_time,
  :status,
  :participating_servers,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#job_id ⇒ String

Job ID.

Returns:

  • (String)


2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
# File 'lib/aws-sdk-mgn/types.rb', line 2136

class Job < Struct.new(
  :job_id,
  :arn,
  :type,
  :initiated_by,
  :creation_date_time,
  :end_date_time,
  :status,
  :participating_servers,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#participating_servers ⇒ Array<Types::ParticipatingServer>

Servers participating in a specific Job.

Returns:



2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
# File 'lib/aws-sdk-mgn/types.rb', line 2136

class Job < Struct.new(
  :job_id,
  :arn,
  :type,
  :initiated_by,
  :creation_date_time,
  :end_date_time,
  :status,
  :participating_servers,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#status ⇒ String

Job status.

Returns:

  • (String)


2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
# File 'lib/aws-sdk-mgn/types.rb', line 2136

class Job < Struct.new(
  :job_id,
  :arn,
  :type,
  :initiated_by,
  :creation_date_time,
  :end_date_time,
  :status,
  :participating_servers,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#tags ⇒ Hash<String,String>

Tags associated with specific Job.

Returns:

  • (Hash<String,String>)


2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
# File 'lib/aws-sdk-mgn/types.rb', line 2136

class Job < Struct.new(
  :job_id,
  :arn,
  :type,
  :initiated_by,
  :creation_date_time,
  :end_date_time,
  :status,
  :participating_servers,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#type ⇒ String

Job type.

Returns:

  • (String)


2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
# File 'lib/aws-sdk-mgn/types.rb', line 2136

class Job < Struct.new(
  :job_id,
  :arn,
  :type,
  :initiated_by,
  :creation_date_time,
  :end_date_time,
  :status,
  :participating_servers,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end