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.



2532
2533
2534
2535
2536
2537
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2532

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)


2532
2533
2534
2535
2536
2537
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2532

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