Class: Aws::EFS::Types::DescribeReplicationConfigurationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EFS::Types::DescribeReplicationConfigurationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-efs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
You can use the ‘NextToken` from the previous response in a subsequent request to fetch the additional descriptions.
-
#replications ⇒ Array<Types::ReplicationConfigurationDescription>
The collection of replication configurations that is returned.
Instance Attribute Details
#next_token ⇒ String
You can use the ‘NextToken` from the previous response in a subsequent request to fetch the additional descriptions.
1092 1093 1094 1095 1096 1097 |
# File 'lib/aws-sdk-efs/types.rb', line 1092 class DescribeReplicationConfigurationsResponse < Struct.new( :replications, :next_token) SENSITIVE = [] include Aws::Structure end |
#replications ⇒ Array<Types::ReplicationConfigurationDescription>
The collection of replication configurations that is returned.
1092 1093 1094 1095 1096 1097 |
# File 'lib/aws-sdk-efs/types.rb', line 1092 class DescribeReplicationConfigurationsResponse < Struct.new( :replications, :next_token) SENSITIVE = [] include Aws::Structure end |