Class: Aws::FSx::Types::UpdateSnapshotResponse

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

Returned after a successful ‘UpdateSnapshot` operation, describing the snapshot that you updated.

Returns:



9809
9810
9811
9812
9813
# File 'lib/aws-sdk-fsx/types.rb', line 9809

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