Class: Aws::Mgn::Types::DescribeJobLogItemsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::DescribeJobLogItemsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
Request to describe Job log Account ID.
-
#job_id ⇒ String
Request to describe Job log job ID.
-
#max_results ⇒ Integer
Request to describe Job log item maximum results.
-
#next_token ⇒ String
Request to describe Job log next token.
Instance Attribute Details
#account_id ⇒ String
Request to describe Job log Account ID.
906 907 908 909 910 911 912 913 |
# File 'lib/aws-sdk-mgn/types.rb', line 906 class DescribeJobLogItemsRequest < Struct.new( :account_id, :job_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
Request to describe Job log job ID.
906 907 908 909 910 911 912 913 |
# File 'lib/aws-sdk-mgn/types.rb', line 906 class DescribeJobLogItemsRequest < Struct.new( :account_id, :job_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Request to describe Job log item maximum results.
906 907 908 909 910 911 912 913 |
# File 'lib/aws-sdk-mgn/types.rb', line 906 class DescribeJobLogItemsRequest < Struct.new( :account_id, :job_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Request to describe Job log next token.
906 907 908 909 910 911 912 913 |
# File 'lib/aws-sdk-mgn/types.rb', line 906 class DescribeJobLogItemsRequest < Struct.new( :account_id, :job_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |