class Aws::Drs::Types::DescribeReplicationConfigurationTemplatesRequest

@note When making an API call, you may pass DescribeReplicationConfigurationTemplatesRequest

data as a hash:

    {
      max_results: 1,
      next_token: "PaginationToken",
      replication_configuration_template_i_ds: ["ReplicationConfigurationTemplateID"], # required
    }

@!attribute [rw] max_results

Maximum number of Replication Configuration Templates to retrieve.
@return [Integer]

@!attribute [rw] next_token

The token of the next Replication Configuration Template to
retrieve.
@return [String]

@!attribute [rw] replication_configuration_template_i_ds

The IDs of the Replication Configuration Templates to retrieve. An
empty list means all Replication Configuration Templates.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/DescribeReplicationConfigurationTemplatesRequest AWS API Documentation

Constants

SENSITIVE