Class: Aws::Drs::Types::DescribeJobLogItemsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::DescribeJobLogItemsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::JobLog>
An array of Job log items.
-
#next_token ⇒ String
The token of the next Job log items to retrieve.
Instance Attribute Details
#items ⇒ Array<Types::JobLog>
An array of Job log items.
683 684 685 686 687 688 |
# File 'lib/aws-sdk-drs/types.rb', line 683 class DescribeJobLogItemsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token of the next Job log items to retrieve.
683 684 685 686 687 688 |
# File 'lib/aws-sdk-drs/types.rb', line 683 class DescribeJobLogItemsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |