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:



2444
2445
2446
2447
2448
2449
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2444

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)


2444
2445
2446
2447
2448
2449
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2444

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