Class: Aws::Mgn::Types::ListSourceServerActionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::ListSourceServerActionsResponse
- Includes:
- Structure
- Defined in:
- 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.
2690 2691 2692 2693 2694 2695 |
# File 'lib/aws-sdk-mgn/types.rb', line 2690 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.
2690 2691 2692 2693 2694 2695 |
# File 'lib/aws-sdk-mgn/types.rb', line 2690 class ListSourceServerActionsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |