Class: Aws::Mgn::Types::DescribeJobLogItemsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::DescribeJobLogItemsResponse
- Defined in:
- gems/aws-sdk-mgn/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.
1061 1062 1063 1064 1065 1066 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1061 class DescribeJobLogItemsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Request to describe Job log response next token.
1061 1062 1063 1064 1065 1066 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1061 class DescribeJobLogItemsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |