Class: Aws::Drs::Types::DescribeReplicationConfigurationTemplatesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::DescribeReplicationConfigurationTemplatesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
Maximum number of Replication Configuration Templates to retrieve.
-
#next_token ⇒ String
The token of the next Replication Configuration Template to retrieve.
-
#replication_configuration_template_i_ds ⇒ Array<String>
The IDs of the Replication Configuration Templates to retrieve.
Instance Attribute Details
#max_results ⇒ Integer
Maximum number of Replication Configuration Templates to retrieve.
939 940 941 942 943 944 945 |
# File 'lib/aws-sdk-drs/types.rb', line 939 class DescribeReplicationConfigurationTemplatesRequest < Struct.new( :max_results, :next_token, :replication_configuration_template_i_ds) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token of the next Replication Configuration Template to retrieve.
939 940 941 942 943 944 945 |
# File 'lib/aws-sdk-drs/types.rb', line 939 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>
The IDs of the Replication Configuration Templates to retrieve. An empty list means all Replication Configuration Templates.
939 940 941 942 943 944 945 |
# File 'lib/aws-sdk-drs/types.rb', line 939 class DescribeReplicationConfigurationTemplatesRequest < Struct.new( :max_results, :next_token, :replication_configuration_template_i_ds) SENSITIVE = [] include Aws::Structure end |