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:



2829
2830
2831
2832
2833
2834
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2829

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)


2829
2830
2831
2832
2833
2834
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2829

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