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

#file_system_id::String

Returns the value of attribute file_system_id.

Returns:

  • (::String)


114
115
116
# File 'sig/types.rbs', line 114

def file_system_id
  @file_system_id
end

#force_deleteBoolean

Returns the value of attribute force_delete.

Returns:

  • (Boolean)


115
116
117
# File 'sig/types.rbs', line 115

def force_delete
  @force_delete
end