Class: Aws::Mgn::Types::DescribeReplicationConfigurationTemplatesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::DescribeReplicationConfigurationTemplatesRequest
- Defined in:
- gems/aws-sdk-mgn/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.
1060 1061 1062 1063 1064 1065 1066 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1060 class DescribeReplicationConfigurationTemplatesRequest < Struct.new( :max_results, :next_token, :replication_configuration_template_i_ds) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Request to describe Replication Configuration template by next token.
1060 1061 1062 1063 1064 1065 1066 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1060 class DescribeReplicationConfigurationTemplatesRequest < Struct.new( :max_results, :next_token, :replication_configuration_template_i_ds) SENSITIVE = [] include Aws::Structure end |
#replication_configuration_template_i_ds ⇒ Array<String>
Request to describe Replication Configuration template by template IDs.
1060 1061 1062 1063 1064 1065 1066 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1060 class DescribeReplicationConfigurationTemplatesRequest < Struct.new( :max_results, :next_token, :replication_configuration_template_i_ds) SENSITIVE = [] include Aws::Structure end |