Class: Aws::EFS::Types::DescribeBackupPolicyRequest

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

Specifies which EFS file system for which to retrieve the BackupPolicy.

Returns:

  • (String)


841
842
843
844
845
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 841

class DescribeBackupPolicyRequest < Struct.new(
  :file_system_id)
  SENSITIVE = []
  include Aws::Structure
end