Class: Aws::Mgn::Types::ListSourceServerActionsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mgn/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<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_tokenString

Next token returned when listing source server post migration custom actions.

Returns:

  • (String)


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