Class: Aws::FSx::Types::CreateBackupResponse

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

Overview

The response object for the ‘CreateBackup` operation.

Instance Attribute Summary collapse

Instance Attribute Details

#backupTypes::Backup

A description of the backup.

Returns:



138
139
140
141
# File 'lib/aws-sdk-fsx/types.rb', line 138

class CreateBackupResponse < Struct.new(
  :backup)
  include Aws::Structure
end