Class: Aws::Types::DeleteFileSystemRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


704
705
706
# File 'sig/types.rbs', line 704

def client_request_token
  @client_request_token
end

#file_system_id::String

Returns the value of attribute file_system_id.

Returns:

  • (::String)


703
704
705
# File 'sig/types.rbs', line 703

def file_system_id
  @file_system_id
end

#lustre_configurationTypes::DeleteFileSystemLustreConfiguration

Returns the value of attribute lustre_configuration.



706
707
708
# File 'sig/types.rbs', line 706

def lustre_configuration
  @lustre_configuration
end

#open_zfs_configurationTypes::DeleteFileSystemOpenZFSConfiguration

Returns the value of attribute open_zfs_configuration.



707
708
709
# File 'sig/types.rbs', line 707

def open_zfs_configuration
  @open_zfs_configuration
end

#windows_configurationTypes::DeleteFileSystemWindowsConfiguration

Returns the value of attribute windows_configuration.



705
706
707
# File 'sig/types.rbs', line 705

def windows_configuration
  @windows_configuration
end