Class: Aws::Mgn::Types::DescribeReplicationConfigurationTemplatesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::ReplicationConfigurationTemplate>

Request to describe Replication Configuration template by items.



1079
1080
1081
1082
1083
1084
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1079

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

#next_tokenString

Request to describe Replication Configuration template by next token.

Returns:

  • (String)


1079
1080
1081
1082
1083
1084
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1079

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