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.
2751 2752 2753 2754 2755 2756 |
# File 'lib/aws-sdk-mgn/types.rb', line 2751 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.
2751 2752 2753 2754 2755 2756 |
# File 'lib/aws-sdk-mgn/types.rb', line 2751 class ListSourceServerActionsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |