Class: Aws::Mgn::Types::ListTemplateActionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::ListTemplateActionsRequest
- Defined in:
- gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Types::TemplateActionsRequestFilters
Filters to apply when listing template post migration custom actions.
-
#launch_configuration_template_id ⇒ String
Launch configuration template ID.
-
#max_results ⇒ Integer
Maximum amount of items to return when listing template post migration custom actions.
-
#next_token ⇒ String
Next token to use when listing template post migration custom actions.
Instance Attribute Details
#filters ⇒ Types::TemplateActionsRequestFilters
Filters to apply when listing template post migration custom actions.
2803 2804 2805 2806 2807 2808 2809 2810 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2803 class ListTemplateActionsRequest < Struct.new( :launch_configuration_template_id, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#launch_configuration_template_id ⇒ String
Launch configuration template ID.
2803 2804 2805 2806 2807 2808 2809 2810 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2803 class ListTemplateActionsRequest < Struct.new( :launch_configuration_template_id, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Maximum amount of items to return when listing template post migration custom actions.
2803 2804 2805 2806 2807 2808 2809 2810 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2803 class ListTemplateActionsRequest < Struct.new( :launch_configuration_template_id, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Next token to use when listing template post migration custom actions.
2803 2804 2805 2806 2807 2808 2809 2810 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2803 class ListTemplateActionsRequest < Struct.new( :launch_configuration_template_id, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |