Class: Aws::Mgn::Types::DescribeJobLogItemsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::DescribeJobLogItemsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::JobLog>
Request to describe Job log response items.
-
#next_token ⇒ String
Request to describe Job log response next token.
Instance Attribute Details
#items ⇒ Array<Types::JobLog>
Request to describe Job log response items.
925 926 927 928 929 930 |
# File 'lib/aws-sdk-mgn/types.rb', line 925 class DescribeJobLogItemsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Request to describe Job log response next token.
925 926 927 928 929 930 |
# File 'lib/aws-sdk-mgn/types.rb', line 925 class DescribeJobLogItemsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |