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.
9961 9962 9963 9964 9965 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 9961 class UpdateSnapshotResponse < Struct.new( :snapshot) SENSITIVE = [] include Aws::Structure end |