Class: Aws::EFS::Types::DescribeReplicationConfigurationsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

You can use the NextToken from the previous response in a subsequent request to fetch the additional descriptions.

Returns:

  • (String)


1066
1067
1068
1069
1070
1071
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 1066

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

#replicationsArray<Types::ReplicationConfigurationDescription>

The collection of replication configurations that is returned.



1066
1067
1068
1069
1070
1071
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 1066

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