Class: Aws::FSx::Types::CreateSnapshotResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#snapshotTypes::Snapshot

A description of the snapshot.

Returns:



2647
2648
2649
2650
2651
# File 'lib/aws-sdk-fsx/types.rb', line 2647

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