Class: Aws::Mgn::Types::DescribeReplicationConfigurationTemplatesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::DescribeReplicationConfigurationTemplatesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
Request to describe Replication Configuration template by max results.
-
#next_token ⇒ String
Request to describe Replication Configuration template by next token.
-
#replication_configuration_template_i_ds ⇒ Array<String>
Request to describe Replication Configuration template by template IDs.
Instance Attribute Details
#max_results ⇒ Integer
Request to describe Replication Configuration template by max results.
1080 1081 1082 1083 1084 1085 1086 |
# File 'lib/aws-sdk-mgn/types.rb', line 1080 class DescribeReplicationConfigurationTemplatesRequest < Struct.new( :replication_configuration_template_i_ds, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Request to describe Replication Configuration template by next token.
1080 1081 1082 1083 1084 1085 1086 |
# File 'lib/aws-sdk-mgn/types.rb', line 1080 class DescribeReplicationConfigurationTemplatesRequest < Struct.new( :replication_configuration_template_i_ds, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#replication_configuration_template_i_ds ⇒ Array<String>
Request to describe Replication Configuration template by template IDs.
1080 1081 1082 1083 1084 1085 1086 |
# File 'lib/aws-sdk-mgn/types.rb', line 1080 class DescribeReplicationConfigurationTemplatesRequest < Struct.new( :replication_configuration_template_i_ds, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |