Class: Aws::Mgn::Types::DeleteJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::DeleteJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
Request to delete Job from service by Account ID.
-
#job_id ⇒ String
Request to delete Job from service by Job ID.
Instance Attribute Details
#account_id ⇒ String
Request to delete Job from service by Account ID.
790 791 792 793 794 795 |
# File 'lib/aws-sdk-mgn/types.rb', line 790 class DeleteJobRequest < Struct.new( :account_id, :job_id) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
Request to delete Job from service by Job ID.
790 791 792 793 794 795 |
# File 'lib/aws-sdk-mgn/types.rb', line 790 class DeleteJobRequest < Struct.new( :account_id, :job_id) SENSITIVE = [] include Aws::Structure end |