Class: Aws::FSx::Types::CreateBackupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::CreateBackupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fsx/types.rb
Overview
The response object for the ‘CreateBackup` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#backup ⇒ Types::Backup
A description of the backup.
Instance Attribute Details
#backup ⇒ Types::Backup
A description of the backup.
1115 1116 1117 1118 1119 |
# File 'lib/aws-sdk-fsx/types.rb', line 1115 class CreateBackupResponse < Struct.new( :backup) SENSITIVE = [] include Aws::Structure end |