Class: Aws::Mgn::Types::ListTemplateActionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::ListTemplateActionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::TemplateActionDocument>
List of template post migration custom actions.
-
#next_token ⇒ String
Next token returned when listing template post migration custom actions.
Instance Attribute Details
#items ⇒ Array<Types::TemplateActionDocument>
List of template post migration custom actions.
2762 2763 2764 2765 2766 2767 |
# File 'lib/aws-sdk-mgn/types.rb', line 2762 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.
2762 2763 2764 2765 2766 2767 |
# File 'lib/aws-sdk-mgn/types.rb', line 2762 class ListTemplateActionsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |