Class: Aws::Mgn::Types::ListSourceServerActionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::ListSourceServerActionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
Account ID to return when listing source server post migration custom actions.
-
#filters ⇒ Types::SourceServerActionsRequestFilters
Filters to apply when listing source server post migration custom actions.
-
#max_results ⇒ Integer
Maximum amount of items to return when listing source server post migration custom actions.
-
#next_token ⇒ String
Next token to use when listing source server post migration custom actions.
-
#source_server_id ⇒ String
Source server ID.
Instance Attribute Details
#account_id ⇒ String
Account ID to return when listing source server post migration custom actions.
2669 2670 2671 2672 2673 2674 2675 2676 2677 |
# File 'lib/aws-sdk-mgn/types.rb', line 2669 class ListSourceServerActionsRequest < Struct.new( :account_id, :filters, :max_results, :next_token, :source_server_id) SENSITIVE = [] include Aws::Structure end |
#filters ⇒ Types::SourceServerActionsRequestFilters
Filters to apply when listing source server post migration custom actions.
2669 2670 2671 2672 2673 2674 2675 2676 2677 |
# File 'lib/aws-sdk-mgn/types.rb', line 2669 class ListSourceServerActionsRequest < Struct.new( :account_id, :filters, :max_results, :next_token, :source_server_id) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Maximum amount of items to return when listing source server post migration custom actions.
2669 2670 2671 2672 2673 2674 2675 2676 2677 |
# File 'lib/aws-sdk-mgn/types.rb', line 2669 class ListSourceServerActionsRequest < Struct.new( :account_id, :filters, :max_results, :next_token, :source_server_id) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Next token to use when listing source server post migration custom actions.
2669 2670 2671 2672 2673 2674 2675 2676 2677 |
# File 'lib/aws-sdk-mgn/types.rb', line 2669 class ListSourceServerActionsRequest < Struct.new( :account_id, :filters, :max_results, :next_token, :source_server_id) SENSITIVE = [] include Aws::Structure end |
#source_server_id ⇒ String
Source server ID.
2669 2670 2671 2672 2673 2674 2675 2676 2677 |
# File 'lib/aws-sdk-mgn/types.rb', line 2669 class ListSourceServerActionsRequest < Struct.new( :account_id, :filters, :max_results, :next_token, :source_server_id) SENSITIVE = [] include Aws::Structure end |