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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fsx/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:



9646
9647
9648
9649
9650
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 9646

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