Class: Aws::FSx::Types::CreateSnapshotResponse

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

A description of the snapshot.

Returns:



3191
3192
3193
3194
3195
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 3191

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