Class: Aws::Mgn::Types::ListSourceServerActionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::ListSourceServerActionsResponse
- Defined in:
- gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::SourceServerActionDocument>
List of source server post migration custom actions.
-
#next_token ⇒ String
Next token returned when listing source server post migration custom actions.
Instance Attribute Details
#items ⇒ Array<Types::SourceServerActionDocument>
List of source server post migration custom actions.
2372 2373 2374 2375 2376 2377 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2372 class ListSourceServerActionsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Next token returned when listing source server post migration custom actions.
2372 2373 2374 2375 2376 2377 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2372 class ListSourceServerActionsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |