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:



9068
9069
9070
9071
9072
# File 'lib/aws-sdk-fsx/types.rb', line 9068

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