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

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

#items ⇒ Array<Types::TemplateActionDocument>

List of template post migration custom actions.

Returns:



4004
4005
4006
4007
4008
4009
# File 'lib/aws-sdk-mgn/types.rb', line 4004

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

#next_token ⇒ String

Next token returned when listing template post migration custom actions.

Returns:

  • (String)


4004
4005
4006
4007
4008
4009
# File 'lib/aws-sdk-mgn/types.rb', line 4004

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