Class: Aws::Drs::Types::DescribeReplicationConfigurationTemplatesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::ReplicationConfigurationTemplate>

An array of Replication Configuration Templates.



958
959
960
961
962
963
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 958

class DescribeReplicationConfigurationTemplatesResponse < Struct.new(
  :items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token of the next Replication Configuration Template to retrieve.

Returns:

  • (String)


958
959
960
961
962
963
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 958

class DescribeReplicationConfigurationTemplatesResponse < Struct.new(
  :items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end