Class: Aws::FSx::Types::CopyBackupResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#backupTypes::Backup

A backup of an Amazon FSx for Windows File Server, Amazon FSx for Lustre file system, Amazon FSx for NetApp ONTAP volume, or Amazon FSx for OpenZFS file system.

Returns:



940
941
942
943
944
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 940

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