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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mgn/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.



2690
2691
2692
2693
2694
2695
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2690

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)


2690
2691
2692
2693
2694
2695
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2690

class ListSourceServerActionsResponse < Struct.new(
  :items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end