Class: Aws::Mgn::Types::ListTemplateActionsResponse

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::TemplateActionDocument>

List of template post migration custom actions.

Returns:



2762
2763
2764
2765
2766
2767
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2762

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

#next_tokenString

Next token returned when listing template post migration custom actions.

Returns:

  • (String)


2762
2763
2764
2765
2766
2767
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2762

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