Class: Aws::EFS::Types::DescribeReplicationConfigurationsRequest

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

#file_system_idString

You can retrieve the replication configuration for a specific file system by providing its file system ID.

Returns:

  • (String)


1047
1048
1049
1050
1051
1052
1053
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 1047

class DescribeReplicationConfigurationsRequest < Struct.new(
  :file_system_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

(Optional) To limit the number of objects returned in a response, you can specify the MaxItems parameter. The default value is 100.

Returns:

  • (Integer)


1047
1048
1049
1050
1051
1052
1053
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 1047

class DescribeReplicationConfigurationsRequest < Struct.new(
  :file_system_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

NextToken is present if the response is paginated. You can use NextToken in a subsequent request to fetch the next page of output.

Returns:

  • (String)


1047
1048
1049
1050
1051
1052
1053
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 1047

class DescribeReplicationConfigurationsRequest < Struct.new(
  :file_system_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end