Class: Aws::FSx::Types::UpdateSnapshotResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::UpdateSnapshotResponse
- Includes:
- Structure
- Defined in:
- 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.
9646 9647 9648 9649 9650 |
# File 'lib/aws-sdk-fsx/types.rb', line 9646 class UpdateSnapshotResponse < Struct.new( :snapshot) SENSITIVE = [] include Aws::Structure end |