Class: Aws::FSx::Types::StartMisconfiguredStateRecoveryResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-fsx/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_systemTypes::FileSystem

A description of a specific Amazon FSx file system.

Returns:



7781
7782
7783
7784
7785
# File 'lib/aws-sdk-fsx/types.rb', line 7781

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