Class: Aws::FSx::Types::UpdateSnapshotResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::UpdateSnapshotResponse
- Defined in:
- gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#snapshot ⇒ Types::Snapshot
Returned after a successful
UpdateSnapshot
operation, describing the snapshot that you updated.
Instance Attribute Details
#snapshot ⇒ Types::Snapshot
Returned after a successful UpdateSnapshot
operation, describing
the snapshot that you updated.
9884 9885 9886 9887 9888 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 9884 class UpdateSnapshotResponse < Struct.new( :snapshot) SENSITIVE = [] include Aws::Structure end |