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

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

Overview

The response object for the CreateBackup operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#backupTypes::Backup

A description of the backup.

Returns:



1115
1116
1117
1118
1119
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 1115

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