Class: Aws::Mgn::Types::DescribeJobLogItemsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::DescribeJobLogItemsRequest
- Defined in:
- gems/aws-sdk-mgn/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.
926 927 928 929 930 931 932 933 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 926 class DescribeJobLogItemsRequest < Struct.new( :job_id, :max_results, :next_token, :account_id) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
Request to describe Job log job ID.
926 927 928 929 930 931 932 933 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 926 class DescribeJobLogItemsRequest < Struct.new( :job_id, :max_results, :next_token, :account_id) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Request to describe Job log item maximum results.
926 927 928 929 930 931 932 933 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 926 class DescribeJobLogItemsRequest < Struct.new( :job_id, :max_results, :next_token, :account_id) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Request to describe Job log next token.
926 927 928 929 930 931 932 933 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 926 class DescribeJobLogItemsRequest < Struct.new( :job_id, :max_results, :next_token, :account_id) SENSITIVE = [] include Aws::Structure end |